am ac2b543b: am 304e3772: Merge "Fix wrong mode for fingerprint unlock when bouncer not showing" into mnc-dr-dev
* commit 'ac2b543be64a2ef83d37f749d2786f85d910bd13': Fix wrong mode for fingerprint unlock when bouncer not showing
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