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

Commit ef21c79a authored by Jonathan Reichert's avatar Jonathan Reichert Committed by Gerrit Code Review
Browse files

Merge "Remove unwanted timeout fallback to Legacy GA"

parents 573367c9 f3e4ca6d
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);
        }