Update enabled subtypes in the input method subtype enabler in "onResume"
Bug: 5446825 Change-Id: Iab52ecb8a7334b7be3a81350fbfc9b02d09e88d4
This commit is contained in:
@@ -226,6 +226,7 @@ public class InputMethodPreference extends CheckBoxPreference
|
||||
public void setChecked(boolean checked) {
|
||||
super.setChecked(checked);
|
||||
saveImeSettings();
|
||||
updateSummary();
|
||||
}
|
||||
|
||||
private void showSecurityWarnDialog(InputMethodInfo imi, final CheckBoxPreference chkPref) {
|
||||
|
Reference in New Issue
Block a user