summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2015-05-29 21:33:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-29 21:33:09 +0000
commite67f67da9a41bd089b980c04c1721f52adebb389 (patch)
treebb92d0f0d4455054707098f4e4bc394f2d62384e /packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java
parentce48c1c1d8033e0bb62e0b24645b5c600c4adfc6 (diff)
parent28828b5f627a1024fa64f1c927cd8828d36ae625 (diff)
downloadframeworks_base-e67f67da9a41bd089b980c04c1721f52adebb389.zip
frameworks_base-e67f67da9a41bd089b980c04c1721f52adebb389.tar.gz
frameworks_base-e67f67da9a41bd089b980c04c1721f52adebb389.tar.bz2
Merge "Hide KeyguardMessageArea if empty" into mnc-dev
Diffstat (limited to 'packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java')
-rw-r--r--packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java b/packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java
index 4edc1c9..aa99a7b 100644
--- a/packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java
+++ b/packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java
@@ -86,7 +86,7 @@ public abstract class KeyguardAbsKeyInputView extends LinearLayout
@Override
protected void onFinishInflate() {
mLockPatternUtils = new LockPatternUtils(mContext);
- mSecurityMessageDisplay = new KeyguardMessageArea.Helper(this);
+ mSecurityMessageDisplay = KeyguardMessageArea.findSecurityMessageDisplay(this);
mEcaView = findViewById(R.id.keyguard_selector_fade_container);
EmergencyButton button = (EmergencyButton) findViewById(R.id.emergency_call_button);