Skip to content

Commit 7b5a072

Browse files
committed
opt: revert pad nlc ui
1 parent d71762d commit 7b5a072

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/sevtinge/hyperceiler/ui/activity/base/NaviBaseActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public int getNavigationOptionMenu() {
6060
public Bundle getNavigatorInitArgs() {
6161
NavigatorStrategy navigatorStrategy = new NavigatorStrategy();
6262
navigatorStrategy.setCompactMode(Navigator.Mode.C);
63-
navigatorStrategy.setRegularMode(Navigator.Mode.NLC);
64-
navigatorStrategy.setLargeMode(Navigator.Mode.NLC);
63+
navigatorStrategy.setRegularMode(Navigator.Mode.C);
64+
navigatorStrategy.setLargeMode(Navigator.Mode.C);
6565
Bundle bundle = new Bundle();
6666
bundle.putParcelable("miuix:navigatorStrategy", navigatorStrategy);
6767
return bundle;

0 commit comments

Comments
 (0)