am: 482bd60
* commit '482bd60cbfdf9c9350c8c4486a40e44a9ec852c2':
Fix: SpellChecker subtype label cannot be updated.
Change-Id: I83f089557ac9de5c600b657fd8da20979e1e0a07
This commit is contained in:
@@ -113,7 +113,7 @@ public class SpellCheckersSettings extends SettingsPreferenceFragment
|
||||
mSwitchBar.setChecked(isSpellCheckerEnabled);
|
||||
|
||||
final SpellCheckerSubtype currentScs;
|
||||
if (mCurrentSci == null) {
|
||||
if (mCurrentSci != null) {
|
||||
currentScs = mTsm.getCurrentSpellCheckerSubtype(
|
||||
false /* allowImplicitlySelectedSubtype */);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user