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

Commit f31920a6 authored by Becca Hughes's avatar Becca Hughes Committed by Android (Google) Code Review
Browse files

Merge "Fix bug in credential manager settings (dialogs)"

parents c3f6c0d5 38fface5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -415,7 +415,7 @@ public class CredentialManagerPreferenceController extends BasePreferenceControl
    }

    /** Dialog showing error when too many providers are selected. */
    private static class ErrorDialogFragment extends CredentialManagerDialogFragment {
    public static class ErrorDialogFragment extends CredentialManagerDialogFragment {

        ErrorDialogFragment(DialogHost dialogHost) {
            super(dialogHost);
@@ -438,7 +438,7 @@ public class CredentialManagerPreferenceController extends BasePreferenceControl
     * Confirmation dialog fragment shows a dialog to the user to confirm that they are disabling a
     * provider.
     */
    private static class ConfirmationDialogFragment extends CredentialManagerDialogFragment {
    public static class ConfirmationDialogFragment extends CredentialManagerDialogFragment {

        ConfirmationDialogFragment(
                DialogHost dialogHost, @NonNull String packageName, @NonNull CharSequence appName) {