Skip to content

Commit

Permalink
Add accessibility label to the menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-devel709 committed Jul 22, 2024
1 parent 9251b38 commit 81d5801
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,10 @@ void UpdateLeftToolbarItems()
if (String.IsNullOrWhiteSpace(image?.AutomationId))
{
if (IsRootPage)
{
NavigationItem.LeftBarButtonItem.AccessibilityIdentifier = "OK";
NavigationItem.LeftBarButtonItem.AccessibilityLabel = "Menu";
}
else
NavigationItem.LeftBarButtonItem.AccessibilityIdentifier = "Back";
}
Expand Down

0 comments on commit 81d5801

Please sign in to comment.