Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea55bf5d authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix menu option dialog order

Change-Id: Iea619d26a2f2091b71182face2f6a66d188e0287
parent 50d4ea30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
                }
            }