diff options
author | Jim Miller <jaggies@google.com> | 2014-03-20 02:47:04 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-20 02:47:04 +0000 |
commit | e0683de51e56d7a95c88c5c744f45c72a54a95bc (patch) | |
tree | eeb14817d592218f90393cfd2b91f2442d84043a /packages/Keyguard/src/com/android | |
parent | 69e58e446bc2a030ae423d650e60dbfe317331e6 (diff) | |
parent | 370501243685a39a52b6e389b97711b906d2d4f8 (diff) | |
download | frameworks_base-e0683de51e56d7a95c88c5c744f45c72a54a95bc.zip frameworks_base-e0683de51e56d7a95c88c5c744f45c72a54a95bc.tar.gz frameworks_base-e0683de51e56d7a95c88c5c744f45c72a54a95bc.tar.bz2 |
am 37050124: am a413a4ae: Fix the build. DO NOT MERGE
* commit '370501243685a39a52b6e389b97711b906d2d4f8':
Fix the build. DO NOT MERGE
Diffstat (limited to 'packages/Keyguard/src/com/android')
-rw-r--r-- | packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java b/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java index 3388887..247089f 100644 --- a/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java +++ b/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java @@ -1655,7 +1655,7 @@ public class KeyguardHostView extends KeyguardViewBase { KeyguardWidgetFrame frame = mAppWidgetContainer.getWidgetPageAt(i); frame.removeAllViews(); } - getSecurityContainer().onPause(); // clean up any actions in progress + mSecurityViewContainer.onPause(); // clean up any actions in progress } /** |