mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 03:41:28 +03:00
fix: remove the undefined symbol on iOS first
This commit is contained in:
@@ -13,9 +13,9 @@ import Flutter
|
||||
}
|
||||
|
||||
public func dummyMethodToEnforceBundling() {
|
||||
get_rgba();
|
||||
free_rgba(nil);
|
||||
get_by_name("", "");
|
||||
set_by_name("", "");
|
||||
// get_rgba();
|
||||
// free_rgba(nil);
|
||||
// get_by_name("", "");
|
||||
// set_by_name("", "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user