fix ios ci
don't know why call session_get_rgba Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
3702b0c694
commit
5c9ee03389
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user