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

Commit 85a96c7f 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 cf20ec8a
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -619,6 +619,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);
        }
    }

    /**