Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06e96b86 authored by Kshitij's avatar Kshitij
Browse files

feat: Readd navbar color for phones

- Due to how taskbar works, we cannot do this on tablet
parent c7b8b3d7
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -632,6 +632,9 @@ public class Launcher extends StatefulActivity<LauncherState>

        getWindow().setSoftInputMode(LayoutParams.SOFT_INPUT_ADJUST_NOTHING);
        setTitle(R.string.home_screen);
        if (!mDeviceProfile.isTablet) {
            getWindow().setNavigationBarColor(getWindow().getNavigationBarColor() | 0x26000000);
        }
        mStartupLatencyLogger.logEnd(LAUNCHER_LATENCY_STARTUP_ACTIVITY_ON_CREATE);

        if (com.android.launcher3.Flags.enableTwoPaneLauncherSettings()) {