mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 11:41:28 +03:00
fix ios ci
don't know why call session_get_rgba Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -14,6 +14,6 @@ import Flutter
|
|||||||
|
|
||||||
public func dummyMethodToEnforceBundling() {
|
public func dummyMethodToEnforceBundling() {
|
||||||
dummy_method_to_enforce_bundling();
|
dummy_method_to_enforce_bundling();
|
||||||
session_get_rgba(nil);
|
session_get_rgba(nil, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user