This commit is contained in:
2dust
2024-09-07 19:04:19 +08:00
parent bb90671979
commit 8361b4e4a0
5 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ namespace v2rayN.Desktop.Views
switch (action)
{
case EViewAction.DispatcherCheckUpdate:
if (obj is null) return false;
if (obj is null) return false;
Dispatcher.UIThread.Post(() =>
ViewModel?.UpdateViewResult((CheckUpdateItem)obj),
DispatcherPriority.Default);