mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-26 14:41:04 +03:00
@@ -40,8 +40,5 @@ void handleReloading(Map<String, dynamic> evt, String peer) {
|
||||
return;
|
||||
}
|
||||
final ui = UiType.fromJson(evt);
|
||||
if (!ui.isValid) {
|
||||
return;
|
||||
}
|
||||
addLocation(evt['id']!, evt['location']!, ui);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user