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

Commit 28576187 authored by Ben Murdoch's avatar Ben Murdoch Committed by Android (Google) Code Review
Browse files

Merge "Set navigation mode when taskbar is initialised." into sc-v2-dev

parents f1851c9a 209727f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -102,7 +102,8 @@ public class TaskbarDelegate implements CommandQueue.Callbacks,
        mDisplayId = displayId;
        mCommandQueue.addCallback(this);
        mOverviewProxyService.addCallback(this);
        mNavigationModeController.addListener(this);
        mEdgeBackGestureHandler.onNavigationModeChanged(
                mNavigationModeController.addListener(this));
        mNavigationBarA11yHelper.registerA11yEventListener(mNavA11yEventListener);
        // Set initial state for any listeners
        updateSysuiFlags();