Merge "Fixed Infinite loop method call." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6cee809841
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user