summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2014-03-20 01:04:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-20 01:04:13 +0000
commit2598fbd71a2109ab307d32935a13fa1eab150e8d (patch)
treebb236b461640651ccf366b43babac684c09bdf42
parent610d401cb580ee233c008acf8fc076047a0ffdb4 (diff)
parent6f29b30dc28a66b8e1fb71884c777d995cab56aa (diff)
downloadframeworks_base-2598fbd71a2109ab307d32935a13fa1eab150e8d.zip
frameworks_base-2598fbd71a2109ab307d32935a13fa1eab150e8d.tar.gz
frameworks_base-2598fbd71a2109ab307d32935a13fa1eab150e8d.tar.bz2
Merge "Attempt to fix a bug where SIM progress dialog gets stuck." into klp-dev
-rw-r--r--packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java b/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java
index 1bae9b8..3388887 100644
--- a/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java
+++ b/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java
@@ -1655,6 +1655,7 @@ public class KeyguardHostView extends KeyguardViewBase {
KeyguardWidgetFrame frame = mAppWidgetContainer.getWidgetPageAt(i);
frame.removeAllViews();
}
+ getSecurityContainer().onPause(); // clean up any actions in progress
}
/**