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

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

Merge "Fixed Infinite loop method call." into qt-dev

am: 6cee8098

Change-Id: I0d5bd71d683bc62c12cde41e61c9c5295569bfec
parents 2cd35901 6cee8098
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;
        }