Skip to content

Commit

Permalink
Navigation accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez committed Oct 25, 2022
1 parent a00ee23 commit 70ff834
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Unigram/Unigram/Navigation/Services/NavigationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ public string Title
}

public bool IsRoot { get; }

public override string ToString()
{
return Title;
}
}

// DOCS: https://github.com/Windows-XAML/Template10/wiki/Docs-%7C-NavigationService
Expand Down

0 comments on commit 70ff834

Please sign in to comment.