Unbreak CC screen
Re-add logic in authenticationSucceeded Change-Id: Iac1925f5e2f2f67dd5d7c7f5d454f32691d51b61
This commit is contained in:
@@ -169,8 +169,10 @@ public class ConfirmLockPassword extends ConfirmDeviceCredentialBaseActivity {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void authenticationSucceeded(@Nullable String password) {
|
||||
// TODO: make this play nice with challenge
|
||||
protected void authenticationSucceeded() {
|
||||
Intent intent = new Intent();
|
||||
getActivity().setResult(RESULT_OK, intent);
|
||||
getActivity().finish();
|
||||
}
|
||||
|
||||
private void handleNext() {
|
||||
|
Reference in New Issue
Block a user