iOS:Change DoricGravity enum name
This commit is contained in:
@@ -53,7 +53,7 @@ - (void)viewDidLoad {
|
||||
NSString *result = @"127.0.0.1";
|
||||
[DoricJSRemoteExecutor configIp:result];
|
||||
[[DoricDev instance] connectDevKit:[NSString stringWithFormat:@"ws://%@:7777", result]];
|
||||
ShowToast([NSString stringWithFormat:@"Connected to %@", result], BOTTOM);
|
||||
ShowToast([NSString stringWithFormat:@"Connected to %@", result], DoricBottom);
|
||||
} else {
|
||||
[self.navigationController pushViewController:[QRScanViewController new] animated:NO];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user