We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5007356 commit 5b57515Copy full SHA for 5b57515
1 file changed
Plugins/Native/Utils.mm
@@ -34,7 +34,7 @@ static void LOG(NSString* log){
34
35
static void InitUIPopoverViewController(UIViewController *viewController, float posX, float posY)
36
{
37
- if(activity == nil || UI_USER_INTERFACE_IDIOM() != UIUserInterfaceIdiomPad)
+ if(viewController == nil || UI_USER_INTERFACE_IDIOM() != UIUserInterfaceIdiomPad)
38
return;
39
40
if (@available(iOS 13.0, *)) {
0 commit comments