Fix wrong mode for fingerprint unlock when bouncer not showing
Bug: 23748205 Change-Id: I4c751fcbb99d1f409a1433309e795addf1a2232c
This commit is contained in:
@@ -227,7 +227,7 @@ public class FingerprintUnlockController extends KeyguardUpdateMonitorCallback {
|
||||
return MODE_DISMISS_BOUNCER;
|
||||
} else if (unlockingAllowed) {
|
||||
return MODE_UNLOCK;
|
||||
} else {
|
||||
} else if (!mStatusBarKeyguardViewManager.isBouncerShowing()) {
|
||||
return MODE_SHOW_BOUNCER;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user