Skip to content

Commit

Permalink
Adding AutomationProperties.Name to Banner (#2510)
Browse files Browse the repository at this point in the history
* Unsubscribing when unloading

* Removing OnNavigatingFrom call

* Making Unloaded async

* Adding automation properties name to baseline banner view

---------

Co-authored-by: Felipe da Conceicao Guimaraes <[email protected]>
  • Loading branch information
guimafelipe and Felipe da Conceicao Guimaraes authored Apr 2, 2024
1 parent 0776365 commit f6f4c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/Views/Banner.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:commonviews="using:DevHome.Common.Views"
AutomationProperties.Name="{x:Bind Title}"
mc:Ignorable="d">
<Grid x:Name="BannerGrid" Height="214">
<Grid.Background>
Expand Down

0 comments on commit f6f4c8b

Please sign in to comment.