Skip to content

Commit

Permalink
Merge pull request #415 from jogrimst/master
Browse files Browse the repository at this point in the history
#414 Avoid NullPointerException when launching sub activity directly
  • Loading branch information
literacyapp authored Jun 19, 2017
2 parents 8933a81 + d4c418b commit 375c972
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ protected void onCreate(Bundle savedInstanceState) {
letterGridLayout = (GridLayout) findViewById(R.id.letterGridLayout);


ContentProvider.initializeDb(this);
List<Allophone> allophones = ContentProvider.getAllAllophonesOrderedByFrequency();
Log.i(getClass().getName(), "allophones: " + allophones);
Log.i(getClass().getName(), "allophones.size(): " + allophones.size());
Expand Down

0 comments on commit 375c972

Please sign in to comment.