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

This commit is contained in:
TreeHugger Robot
2019-05-03 01:26:41 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {