Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 886af76f authored by Rubin Xu's avatar Rubin Xu Committed by android-build-merger
Browse files

Remove duplicated call to authenticationSucceeded()

am: 3a437490

Change-Id: I929ab9d63c5100b30bfec87ee6be0b4d1164cc81
parents bd7e2376 3a437490
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -189,7 +189,6 @@ public abstract class ConfirmDeviceCredentialBaseFragment extends OptionsMenuFra
                (TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE);
            trustManager.setDeviceLockedForUser(mEffectiveUserId, false);
            authenticationSucceeded();
            authenticationSucceeded();
            checkForPendingIntent();
        }
    }