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