From 38f36bbb82510ba05e563f694b2cd4e70b8af705 Mon Sep 17 00:00:00 2001 From: Lightczx <1686188646@qq.com> Date: Fri, 15 Mar 2024 14:21:38 +0800 Subject: [PATCH] fix gachalog page closing crash --- src/Snap.Hutao/Snap.Hutao/App.xaml | 1 + .../Snap.Hutao/Control/ScopedPage.cs | 6 +- .../View/Card/GachaStatisticsCard.xaml | 2 +- ...ProgressBar.xaml.cs => CardProgressBar.cs} | 5 +- .../View/Card/Primitive/CardProgressBar.xaml | 82 +++++++++++-------- 5 files changed, 54 insertions(+), 42 deletions(-) rename src/Snap.Hutao/Snap.Hutao/View/Card/Primitive/{CardProgressBar.xaml.cs => CardProgressBar.cs} (66%) diff --git a/src/Snap.Hutao/Snap.Hutao/App.xaml b/src/Snap.Hutao/Snap.Hutao/App.xaml index 3cda18bc..02dd4b50 100644 --- a/src/Snap.Hutao/Snap.Hutao/App.xaml +++ b/src/Snap.Hutao/Snap.Hutao/App.xaml @@ -29,6 +29,7 @@ + + + \ No newline at end of file