Merge "Controls UI - Fix challenge dialog default" into rvc-dev am: 35e288c6c6 am: be439fd52b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11908611 Change-Id: I4a1fe2175ffb931dead29fca2f59d439d6a905ca
This commit is contained in:
@@ -189,12 +189,12 @@ class ControlViewHolder(
|
||||
}
|
||||
ControlAction.RESPONSE_CHALLENGE_PIN -> {
|
||||
lastChallengeDialog = ChallengeDialogs.createPinDialog(
|
||||
this, false, failedAttempt, onDialogCancel)
|
||||
this, false /* useAlphanumeric */, failedAttempt, onDialogCancel)
|
||||
lastChallengeDialog?.show()
|
||||
}
|
||||
ControlAction.RESPONSE_CHALLENGE_PASSPHRASE -> {
|
||||
lastChallengeDialog = ChallengeDialogs.createPinDialog(
|
||||
this, false, failedAttempt, onDialogCancel)
|
||||
this, true /* useAlphanumeric */, failedAttempt, onDialogCancel)
|
||||
lastChallengeDialog?.show()
|
||||
}
|
||||
ControlAction.RESPONSE_CHALLENGE_ACK -> {
|
||||
|
||||
Reference in New Issue
Block a user