now with less flickering

This commit is contained in:
TheXamlGuy
2024-07-12 22:40:52 +01:00
parent 07032b5f02
commit c8cc46225e
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@
<Parameter Key="Favourite" Value="{Binding IsFavourite}" />
<Parameter Key="Archived" Value="{Binding IsArchived}" />
<Parameter Key="State" Value="{x:Static vm:ItemState.Read}" />
<Parameter Key="Transition" Value="Suppress" />
<Parameter Key="IsBackStackEnabled" Value="{x:False}" />
<Parameter Key="ClearBackStack" Value="{x:True}" />
</NavigateAction>