Skip to content

Commit

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

0 comments on commit 0190846

Please sign in to comment.