mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
Add missing indentations not visible in editor
This commit is contained in:
parent
32db98784d
commit
b5f4b19d71
@ -91,9 +91,9 @@ NSString* callbackId = nil;
|
|||||||
NSArray *positionValues = [command.arguments objectAtIndex:3];
|
NSArray *positionValues = [command.arguments objectAtIndex:3];
|
||||||
|
|
||||||
if (![positionValues isEqual:[NSNull null]] && [positionValues count] >= 2) {
|
if (![positionValues isEqual:[NSNull null]] && [positionValues count] >= 2) {
|
||||||
rect = CGRectMake(0, 0, [[positionValues objectAtIndex:0] floatValue], [[positionValues objectAtIndex:1] floatValue]);
|
rect = CGRectMake(0, 0, [[positionValues objectAtIndex:0] floatValue], [[positionValues objectAtIndex:1] floatValue]);
|
||||||
} else {
|
} else {
|
||||||
rect = CGRectMake(0, 0, 0, 0);
|
rect = CGRectMake(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
rect = CGRectMake(0, 0, cont.view.bounds.size.width, cont.view.bounds.size.height);
|
rect = CGRectMake(0, 0, cont.view.bounds.size.width, cont.view.bounds.size.height);
|
||||||
|
Loading…
Reference in New Issue
Block a user