Merge pull request #259 from NLick47/f_w

fix: 修复收藏夹页面返回概率会出现的崩溃
This commit is contained in:
yaobiao131
2025-04-14 10:49:58 +08:00
committed by GitHub

View File

@@ -220,10 +220,9 @@ public class ViewMyFavoritesViewModel : ViewModelBase
InitView();
ArrowBack.Fill = DictionaryResource.GetColor("ColorText");
// 结束任务
_tokenSource1.Cancel();
_tokenSource2.Cancel();
_tokenSource1?.Cancel();
_tokenSource2?.Cancel();
var parameter = new NavigationParam
{