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

Commit 9f09b027 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Fix issue where navbar wouldn't be on lock screen" into qt-dev

am: 3d4796f4

Change-Id: Ibc3a7dc3598c27f16412d9b668b59b85a920f969
parents 71d81d2d 3d4796f4
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) {