ios: style
This commit is contained in:
parent
211b3b55b1
commit
111397d944
|
@ -149,8 +149,7 @@ RCT_EXPORT_METHOD(getSpaceUsage: (NSString *)token
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (UIViewController *)topMostController
|
+ (UIViewController *)topMostController {
|
||||||
{
|
|
||||||
UIViewController *topController
|
UIViewController *topController
|
||||||
= [UIApplication sharedApplication].keyWindow.rootViewController;
|
= [UIApplication sharedApplication].keyWindow.rootViewController;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue