Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
#178 few more constant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niccs committed Mar 2, 2016
1 parent 02f46f7 commit e3c1276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/iilab/pb/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public void onBackPressed() {
@Override
public boolean onPreferenceStartScreen(PreferenceFragmentCompat preferenceFragmentCompat,
PreferenceScreen preferenceScreen) {
Log.d(TAG,"g----------------------------------------------");
Log.d(TAG,"callback called to attach the preference sub screen");
preferenceFragmentCompat.setPreferenceScreen(preferenceScreen);
return true;
}
Expand Down

0 comments on commit e3c1276

Please sign in to comment.