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

Commit be050b2d authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Fix issue where navbar wouldn't be on lock screen

Test: manual
Fixes: 131852606
Change-Id: I74c52eaffd2813d10fae9af5d3c705b0a5495b60
parent 50e31711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb
        KeyguardUpdateMonitor.getInstance(context).registerCallback(mUpdateMonitorCallback);
        mStatusBarStateController.addCallback(this);
        Dependency.get(ConfigurationController.class).addCallback(this);
        mLastGesturalNav = QuickStepContract.isGesturalMode(
        mGesturalNav = QuickStepContract.isGesturalMode(
                Dependency.get(NavigationModeController.class).addListener(this));
        mDockManager = SysUiServiceProvider.getComponent(context, DockManager.class);
        if (mDockManager != null) {