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

Commit aa0458f9 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Fix Input options dialog

bug: 3387860
Change-Id: I81e57ca08e07e4c2a68196ca173b764c40fbeb17
parent e5ce433a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2224,9 +2224,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
                di.dismiss();
                switch (position) {
                case 0:
                    launchSettings();
                    break;
                case 1:
                    Intent intent = new Intent(
                            android.provider.Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS);
                    intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
@@ -2236,6 +2233,9 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
                            mInputMethodId);
                    startActivity(intent);
                    break;
                case 1:
                    launchSettings();
                    break;
                }
            }
        };