Skip to content

Commit

Permalink
opt: revert pad nlc ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Dec 30, 2024
1 parent d71762d commit 7b5a072
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public int getNavigationOptionMenu() {
public Bundle getNavigatorInitArgs() {
NavigatorStrategy navigatorStrategy = new NavigatorStrategy();
navigatorStrategy.setCompactMode(Navigator.Mode.C);
navigatorStrategy.setRegularMode(Navigator.Mode.NLC);
navigatorStrategy.setLargeMode(Navigator.Mode.NLC);
navigatorStrategy.setRegularMode(Navigator.Mode.C);
navigatorStrategy.setLargeMode(Navigator.Mode.C);
Bundle bundle = new Bundle();
bundle.putParcelable("miuix:navigatorStrategy", navigatorStrategy);
return bundle;
Expand Down

0 comments on commit 7b5a072

Please sign in to comment.