summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java
diff options
context:
space:
mode:
authorLucas Dupin <dupin@google.com>2018-05-16 16:24:20 -0700
committerLucas Dupin <dupin@google.com>2018-05-16 16:24:20 -0700
commit94a1e01f7cfc40b44e6d8bff2d085b67929c45b6 (patch)
tree9bcc9aaaa4a70c315846d2e65f454e002de39300 /packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java
parent5a36c134b736cc587fcd05b6d5cf94f3bbb62377 (diff)
Do not reset security message when pattern resumes
Change-Id: Ia18b98c97612a4998eda52356ef9eafd1c3ad48d Fixes: 78235570 Test: manual
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java')
-rw-r--r--packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java b/packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java
index 174dcaba0759..f399667772d8 100644
--- a/packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java
+++ b/packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java
@@ -373,7 +373,6 @@ public class KeyguardPatternView extends LinearLayout implements KeyguardSecurit
@Override
public void onResume(int reason) {
- reset();
}
@Override