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

Commit c5560946 authored by LuK1337's avatar LuK1337 Committed by Gerrit Code Review
Browse files

Settings: Don't set the icon for sim activation / deactivation dialog

* This icon doesn't look any good.
  It's better to just get rid of it.

Change-Id: I47f70a80136695e9aa61ff98999a2cf770390079
parent b2a048ae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -743,7 +743,6 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
            dismissDialog(sAlertDialog);
            dismissDialog(sProgressDialog);
            AlertDialog.Builder builder = new AlertDialog.Builder(mContext)
                    .setIcon(android.R.drawable.ic_dialog_alert)
                    .setTitle(title);

            switch(dialogId) {