Merge "Attempt to fix a bug where SIM progress dialog gets stuck." into klp-dev

This commit is contained in:
Jim Miller
2014-03-20 01:04:12 +00:00
committed by Android (Google) Code Review

View File

@@ -1655,6 +1655,7 @@ public class KeyguardHostView extends KeyguardViewBase {
KeyguardWidgetFrame frame = mAppWidgetContainer.getWidgetPageAt(i);
frame.removeAllViews();
}
getSecurityContainer().onPause(); // clean up any actions in progress
}
/**