mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00: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