From 965cd015a17a764b5eba7c2a7d86b9e8d9b2cad5 Mon Sep 17 00:00:00 2001 From: Thomas May Date: Fri, 22 Nov 2024 14:39:24 +0000 Subject: [PATCH] cache updates, etc. --- UniSky/App.xaml | 3 +++ UniSky/Package.appxmanifest | 2 +- UniSky/Pages/FeedsPage.xaml | 3 ++- UniSky/Pages/HomePage.xaml | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/UniSky/App.xaml b/UniSky/App.xaml index e916e9f..61ae73e 100644 --- a/UniSky/App.xaml +++ b/UniSky/App.xaml @@ -39,6 +39,9 @@ 0,1,0,0 0,0,0,0 + + 14 + 14 diff --git a/UniSky/Package.appxmanifest b/UniSky/Package.appxmanifest index 9962bc6..81c30da 100644 --- a/UniSky/Package.appxmanifest +++ b/UniSky/Package.appxmanifest @@ -10,7 +10,7 @@ + Version="1.0.91.0" /> diff --git a/UniSky/Pages/FeedsPage.xaml b/UniSky/Pages/FeedsPage.xaml index 82402f6..f8c1ecb 100644 --- a/UniSky/Pages/FeedsPage.xaml +++ b/UniSky/Pages/FeedsPage.xaml @@ -11,7 +11,8 @@ xmlns:extensions="using:UniSky.Extensions" mc:Ignorable="d" d:DataContext="{d:DesignInstance Type=viewmodels:FeedsViewModel}" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="{ThemeResource ApplicationPageBackgroundThemeBrush}" + NavigationCacheMode="Enabled"> + Background="{ThemeResource ApplicationPageBackgroundThemeBrush}" + NavigationCacheMode="Required">