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

Commit 7fd731f8 authored by joshmccloskey's avatar joshmccloskey Committed by android-build-merger
Browse files

Merge "Fixed Infinite loop method call." into qt-dev am: 6cee8098

am: c3979458

Change-Id: I3f3183284cfd6ae6f147e6c1495196c485a52976
parents 5ea8dd13 c3979458
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ public class SetupChooseLockGeneric extends ChooseLockGeneric {

        @Override
        protected Intent getBiometricEnrollIntent(Context context) {
            final Intent intent = getBiometricEnrollIntent(context);
            final Intent intent = super.getBiometricEnrollIntent(context);
            SetupWizardUtils.copySetupExtras(getActivity().getIntent(), intent);
            return intent;
        }