Merge "No longer need to cancel authentication from ConfirmDeviceCredentialActivity"
This commit is contained in:
@@ -246,13 +246,6 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity {
|
|||||||
super.onPause();
|
super.onPause();
|
||||||
if (!isChangingConfigurations()) {
|
if (!isChangingConfigurations()) {
|
||||||
mGoingToBackground = true;
|
mGoingToBackground = true;
|
||||||
if (mBiometricFragment != null) {
|
|
||||||
Log.d(TAG, "Authenticating: " + mBiometricFragment.isAuthenticating());
|
|
||||||
if (mBiometricFragment.isAuthenticating()) {
|
|
||||||
mBiometricFragment.cancel();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
finish();
|
finish();
|
||||||
} else {
|
} else {
|
||||||
mGoingToBackground = false;
|
mGoingToBackground = false;
|
||||||
|
Reference in New Issue
Block a user