iOS:Change DoricGravity enum name
This commit is contained in:
@@ -12,7 +12,7 @@ @interface DoricDemoPlugin : DoricNativePlugin
|
||||
@implementation DoricDemoPlugin
|
||||
- (void)test {
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
ShowToast(@"Test called", CENTER);
|
||||
ShowToast(@"Test called", DoricCenter);
|
||||
});
|
||||
}
|
||||
@end
|
||||
|
Reference in New Issue
Block a user