iOS: Ensure that rendering operations are serialized to prevent timing errors
This commit is contained in:
@@ -23,5 +23,7 @@
|
||||
#import "DoricNativePlugin.h"
|
||||
|
||||
@implementation DoricNativePlugin
|
||||
|
||||
- (DoricThreadMode)threadMode:(NSString *)method {
|
||||
return DoricThreadModeIndependent;
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user