Skip to content

Commit

Permalink
Merge pull request #7055 from brave/android_menu_buttons
Browse files Browse the repository at this point in the history
[Android] Changed default value for menu from bottom
  • Loading branch information
samartnik authored Nov 4, 2020
2 parents c967ad8 + 3f0f152 commit 356ff84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ public static void setMenuFromBottom(boolean isMenuFromBottom) {

public static boolean isMenuFromBottom() {
SharedPreferences sharedPreferences = ContextUtils.getAppSharedPreferences();
return sharedPreferences.getBoolean(BRAVE_IS_MENU_FROM_BOTTOM, false);
return sharedPreferences.getBoolean(BRAVE_IS_MENU_FROM_BOTTOM, true);
}
}

0 comments on commit 356ff84

Please sign in to comment.