parent
d5a6b910e8
commit
7766340cac
|
@ -155,6 +155,7 @@ public class SubtypeSwitcher {
|
||||||
&& mIsSystemLanguageSameAsInputLanguage);
|
&& mIsSystemLanguageSameAsInputLanguage);
|
||||||
if (foundCurrentSubtypeBecameDisabled) {
|
if (foundCurrentSubtypeBecameDisabled) {
|
||||||
if (DBG) {
|
if (DBG) {
|
||||||
|
Log.w(TAG, "Current subtype: " + mInputLocaleStr + ", " + mMode);
|
||||||
Log.w(TAG, "Last subtype was disabled. Update to the current one.");
|
Log.w(TAG, "Last subtype was disabled. Update to the current one.");
|
||||||
}
|
}
|
||||||
updateSubtype(mImm.getCurrentInputMethodSubtype());
|
updateSubtype(mImm.getCurrentInputMethodSubtype());
|
||||||
|
|
Loading…
Reference in New Issue