Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
opt: revert navibar on regular and large devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Dec 28, 2024
1 parent 7427b35 commit 8cd2f45
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.NC);
navigatorStrategy.setLargeMode(Navigator.Mode.NC);
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 8cd2f45

Please sign in to comment.