We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c8cc1 commit 0190846Copy full SHA for 0190846
1 file changed
app/src/main/java/com/sevtinge/hyperceiler/ui/activity/base/NaviBaseActivity.java
@@ -60,7 +60,7 @@ public int getNavigationOptionMenu() {
60
public Bundle getNavigatorInitArgs() {
61
NavigatorStrategy navigatorStrategy = new NavigatorStrategy();
62
navigatorStrategy.setCompactMode(Navigator.Mode.C);
63
- navigatorStrategy.setRegularMode(Navigator.Mode.C);
+ navigatorStrategy.setRegularMode(Navigator.Mode.NLC);
64
navigatorStrategy.setLargeMode(Navigator.Mode.NLC);
65
Bundle bundle = new Bundle();
66
bundle.putParcelable("miuix:navigatorStrategy", navigatorStrategy);
0 commit comments