Merge "Remove setActiveUser together with frameworks/base (see 12/n)"

This commit is contained in:
Kevin Chyn
2020-06-20 01:02:24 +00:00
committed by Android (Google) Code Review
5 changed files with 0 additions and 13 deletions

View File

@@ -351,8 +351,6 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity {
}
private void showBiometricPrompt(PromptInfo promptInfo) {
mBiometricManager.setActiveUser(mUserId);
mBiometricFragment = (BiometricFragment) getSupportFragmentManager()
.findFragmentByTag(TAG_BIOMETRIC_FRAGMENT);
boolean newFragment = false;