Revert "Keep keyboard layout while orientation change"
This reverts commit 8ebbe03fed
.
Bug: 5037466
main
parent
40f7efc172
commit
89bb88f61c
|
@ -152,8 +152,7 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
|
|||
boolean voiceButtonOnPrimary) {
|
||||
mSwitchState = SWITCH_STATE_ALPHA;
|
||||
try {
|
||||
final boolean isSymbols = (mCurrentId != null) ? mCurrentId.isSymbolsKeyboard() : false;
|
||||
loadKeyboardInternal(attribute, voiceKeyEnabled, voiceButtonOnPrimary, isSymbols);
|
||||
loadKeyboardInternal(attribute, voiceKeyEnabled, voiceButtonOnPrimary, false);
|
||||
} catch (RuntimeException e) {
|
||||
// Get KeyboardId to record which keyboard has been failed to load.
|
||||
final KeyboardId id = getKeyboardId(attribute, false);
|
||||
|
|
Loading…
Reference in New Issue