am 0d519132: (DO NOT MERGE) Fix SampleSpellCheckerService settings
* commit '0d519132cb4df17f6c2b1fc8079f4202b8e3ba7a': (DO NOT MERGE) Fix SampleSpellCheckerService settings
This commit is contained in:
@@ -36,4 +36,9 @@ public class SpellCheckerSettingsActivity extends PreferenceActivity {
|
||||
modIntent.putExtra(EXTRA_NO_HEADERS, true);
|
||||
return modIntent;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isValidFragment(String fragmentName) {
|
||||
return SpellCheckerSettingsFragment.class.getName().equals(fragmentName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user