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

Commit 4e982a8c authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

Correct content description for label menu items

am: 993c7b09

Change-Id: I1cf8ee97223a9f5777cc7f95b50980e47d5d23ed
parents 7eacebcb 993c7b09
Loading
Loading
Loading
Loading
+2 −1
Original line number 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));
            }
        }