mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user