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

Commit df1cbdcf authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Update the admin app icon in the support dialog." into nyc-dev

parents 346c1f4f e3dbfb1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public class ShowAdminSupportDetailsDialog extends Activity

        mDialogView = LayoutInflater.from(this).inflate(
                R.layout.admin_support_details_dialog, null);
        setAdminSupportDetails(this, mDialogView, mEnforcedAdmin, true);
        initializeDialogViews(mDialogView, mEnforcedAdmin.component, mEnforcedAdmin.userId);

        new AlertDialog.Builder(this)
                .setView(mDialogView)
@@ -75,7 +75,7 @@ public class ShowAdminSupportDetailsDialog extends Activity
        EnforcedAdmin admin = getAdminDetailsFromIntent(intent);
        if (!mEnforcedAdmin.equals(admin)) {
            mEnforcedAdmin = admin;
            setAdminSupportDetails(this, mDialogView, mEnforcedAdmin, true);
            initializeDialogViews(mDialogView, mEnforcedAdmin.component, mEnforcedAdmin.userId);
        }
    }