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

Commit 992d61b4 authored by Jonathan Reichert's avatar Jonathan Reichert Committed by Automerger Merge Worker
Browse files

Merge "Remove unwanted timeout fallback to Legacy GA" am: ef21c79a

parents 1a57d03f ef21c79a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -93,7 +93,8 @@ class GlobalActions implements GlobalActionsProvider.GlobalActionsListener {
        mGlobalActionsAvailable = available;
        if (mShowing && !mGlobalActionsAvailable) {
            // Global actions provider died but we need to be showing global actions still, show the
            // legacy global acrions provider.
            // legacy global actions provider and remove timeout callbacks to avoid legacy re-show.
            mHandler.removeCallbacks(mShowTimeout);
            ensureLegacyCreated();
            mLegacyGlobalActions.showDialog(mKeyguardShowing, mDeviceProvisioned);
        }