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

Commit daad8ef2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Correct content description for label menu items" into ub-contactsdialer-h-dev

parents a84f1d4e 993c7b09
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -438,7 +438,8 @@ public abstract class ContactsDrawerActivity extends AppCompatContactsActivity i
                    }
                    }
                });
                });


                updateMenuContentDescription(menuItem, getString(R.string.group_name_dialog_hint));
                updateMenuContentDescription(menuItem,
                        getString(R.string.group_edit_field_hint_text));
            }
            }
        }
        }