This commit is contained in:
Philipp Crocoll
2021-11-11 20:22:01 +01:00
parent 81c4477453
commit 1e89c8dac1

View File

@@ -78,7 +78,6 @@ namespace keepass2android
ContentResolver,
Android.Provider.Settings.Secure.DefaultInputMethod);
bool needsKeyboardSwitch = currentIme != Kp2aInputMethodName;
Kp2aLog.Log("SwitchImeActivity.NeedsKeyboardSwitch: " + currentIme + " vs " + Kp2aInputMethodName);
return needsKeyboardSwitch;
}
}