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

Commit e4b445f1 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Remove icon and negative button from dialogs

Bug: 5092028
Change-Id: I25b86c6e74e380e6cee4998bfe494bdafb611f36
parent 0a5345c7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2163,8 +2163,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
            }
        };
        final AlertDialog.Builder builder = new AlertDialog.Builder(this)
                .setIcon(R.drawable.ic_dialog_keyboard)
                .setNegativeButton(android.R.string.cancel, null)
                .setItems(items, listener)
                .setTitle(title);
        showOptionDialogInternal(builder.create());
@@ -2191,8 +2189,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
            }
        };
        final AlertDialog.Builder builder = new AlertDialog.Builder(this)
                .setIcon(R.drawable.ic_dialog_keyboard)
                .setNegativeButton(android.R.string.cancel, null)
                .setItems(items, listener)
                .setTitle(title);
        showOptionDialogInternal(builder.create());