瀏覽代碼

VLCOpenInActivity: Fix open in activity for iPads

Soomin Lee 5 年之前
父節點
當前提交
5b542dc3dd
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Sources/VLCOpenInActivity.m

+ 3 - 0
Sources/VLCOpenInActivity.m

@@ -169,6 +169,9 @@
                                                          handler:^(UIAlertAction * _Nonnull action) {
                                                              [self activityDidFinish:NO];
                                                          }];
+
+    actionController.popoverPresentationController.sourceView = self.presentingViewController.view;
+
     [actionController addAction:cancelAction];
     [self.presentingViewController presentViewController:actionController animated:YES completion:nil];
 }