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

Commit 44c4e3d9 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Removed usage of deprecated ic_dialog_menu_generic

Change-Id: Id1d728fd68cea1e1dda961c99c7fb210c0d77992
parent aef6a01c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -245,7 +245,6 @@ public final class ContactsPreferencesActivity extends ExpandableListActivity im
        };

        return new AlertDialog.Builder(this)
            .setIcon(com.android.internal.R.drawable.ic_dialog_menu_generic)
            .setTitle(R.string.display_options_sort_list_by)
            .setSingleChoiceItems(items, -1, new DialogInterface.OnClickListener() {
                    public void onClick(DialogInterface dialog, int whichButton) {
@@ -264,7 +263,6 @@ public final class ContactsPreferencesActivity extends ExpandableListActivity im
        };

        return new AlertDialog.Builder(this)
            .setIcon(com.android.internal.R.drawable.ic_dialog_menu_generic)
            .setTitle(R.string.display_options_view_names_as)
            .setSingleChoiceItems(items, -1, new DialogInterface.OnClickListener() {
                    public void onClick(DialogInterface dialog, int whichButton) {