[step8] Use api to get the current spell checker

Change-Id: I082785314710af2c8db33c2c18050651a0302b62
This commit is contained in:
satok
2011-07-26 08:01:54 +09:00
parent c0b569c317
commit 3bca416061
2 changed files with 5 additions and 2 deletions

View File

@@ -84,7 +84,6 @@ public class SpellCheckersSettings extends SettingsPreferenceFragment
final PreferenceScreen scs = new PreferenceScreen(getActivity(), null);
scs.setTitle(sci.getId());
getPreferenceScreen().addPreference(scs);
}
}
}