Skip to content

Commit

Permalink
[Android] Changed default value for menu from bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
samartnik committed Nov 4, 2020
1 parent 6ec2d13 commit 3f0f152
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 3f0f152

Please sign in to comment.