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

Commit f7359a50 authored by Diya Bera's avatar Diya Bera Committed by Android (Google) Code Review
Browse files

Merge "Remove subtitle from biometric prompt in Settings (Passwords & Accounts)" into tm-qpr-dev

parents 827333d9 4ffddaa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity {
                    getTitleFromCredentialType(credentialType, isEffectiveUserManagedProfile));
        }
        if (mDetails == null) {
            promptInfo.setSubtitle(
            promptInfo.setDeviceCredentialSubtitle(
                    getDetailsFromCredentialType(credentialType, isEffectiveUserManagedProfile));
        }