Loading packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java +2 −1 Original line number Diff line number Diff line Loading @@ -2382,7 +2382,8 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener, || mKeyguardStateController.canDismissLockScreen(); return (isUnlocked || mShowLockScreenCardsAndControls) && mControlsUiController.getAvailable() && !mControlsServiceInfos.isEmpty(); && !mControlsServiceInfos.isEmpty() && mDeviceProvisioned; } // TODO: Remove legacy layout XML and classes. protected boolean shouldUseControlsLayout() { Loading Loading
packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java +2 −1 Original line number Diff line number Diff line Loading @@ -2382,7 +2382,8 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener, || mKeyguardStateController.canDismissLockScreen(); return (isUnlocked || mShowLockScreenCardsAndControls) && mControlsUiController.getAvailable() && !mControlsServiceInfos.isEmpty(); && !mControlsServiceInfos.isEmpty() && mDeviceProvisioned; } // TODO: Remove legacy layout XML and classes. protected boolean shouldUseControlsLayout() { Loading