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

Commit 6f29b30d authored by Jim Miller's avatar Jim Miller
Browse files

Attempt to fix a bug where SIM progress dialog gets stuck.

The fix makes sure onPause() is called when KeyguardHostView
is removed.

Bug 10323372

Change-Id: I20dd1f68c270adbd4582f2cd8ed9b03964b4477c
parent 73bd57f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1655,6 +1655,7 @@ public class KeyguardHostView extends KeyguardViewBase {
            KeyguardWidgetFrame frame = mAppWidgetContainer.getWidgetPageAt(i);
            frame.removeAllViews();
        }
        getSecurityContainer().onPause(); // clean up any actions in progress
    }

    /**