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

Commit 89cd6b43 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: I3bb2a6795fe59421e6aa44a4d027a2df83522db9
parents 543b79d2 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() {