Merge "Fix issue where navbar wouldn't be on lock screen" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3d4796f452
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user