mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-16 16:30:00 +05:00
Fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user