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

Commit 30a03e87 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android Git Automerger
Browse files

am f729f221: Help & feedback should be the very last item in the menu

* commit 'f729f221':
  Help & feedback should be the very last item in the menu
parents 0e74d71f f729f221
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -32,9 +32,9 @@ public final class SettingsFragment extends InputMethodSettingsFragment {
    // We don't care about menu grouping.
    // We don't care about menu grouping.
    private static final int NO_MENU_GROUP = Menu.NONE;
    private static final int NO_MENU_GROUP = Menu.NONE;
    // The first menu item id and order.
    // The first menu item id and order.
    private static final int MENU_HELP_AND_FEEDBACK = Menu.FIRST;
    private static final int MENU_ABOUT = Menu.FIRST;
    // The second menu item id and order.
    // The second menu item id and order.
    private static final int MENU_ABOUT = Menu.FIRST + 1;
    private static final int MENU_HELP_AND_FEEDBACK = Menu.FIRST + 1;


    @Override
    @Override
    public void onCreate(final Bundle icicle) {
    public void onCreate(final Bundle icicle) {