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

Unverified Commit b9990547 authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! Add support for runtime toggle of navbar

Change-Id: I5df489dc6dbee1e41930cb382b6ec58a709c17f5
parent 068ab0a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ public class NavigationBarControllerImpl implements
    /** @return {@code true} if taskbar is enabled, false otherwise */
    private boolean initializeTaskbarIfNecessary() {
        boolean taskbarEnabled = supportsTaskbar() && shouldCreateNavBarAndTaskBar(
                mContext.getDisplayId());
                mContext, mContext.getDisplayId());

        if (taskbarEnabled) {
            Trace.beginSection("NavigationBarController#initializeTaskbarIfNecessary");