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

Commit 76df0829 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Controls UI - Only show controls after device is setup" into rvc-dev am: fb3ee920

Change-Id: Id81575a0ef0e2a5f8cc0e37bcff768cb024ccf0d
parents 848f41fd fb3ee920
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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() {