Loading java/src/com/android/inputmethod/latin/LatinIME.java +2 −2 Original line number Diff line number Diff line Loading @@ -2272,10 +2272,10 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen di.dismiss(); switch (position) { case 0: launchSettings(); mImm.showInputMethodPicker(); break; case 1: mImm.showInputMethodPicker(); launchSettings(); break; } } Loading Loading
java/src/com/android/inputmethod/latin/LatinIME.java +2 −2 Original line number Diff line number Diff line Loading @@ -2272,10 +2272,10 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen di.dismiss(); switch (position) { case 0: launchSettings(); mImm.showInputMethodPicker(); break; case 1: mImm.showInputMethodPicker(); launchSettings(); break; } } Loading