Fix: Share view is not showing on iPadOS

This commit is contained in:
Igor Sorokin 2024-01-23 23:41:08 +03:00
parent 4d88eb8e79
commit b3eda4106d

View file

@ -43,6 +43,7 @@ bool MobileUtils::shareText(const QStringList& filesToSend) {
UIPopoverPresentationController *popController = activityController.popoverPresentationController;
if (popController) {
popController.sourceView = qtController.view;
popController.sourceRect = CGRectMake(100, 100, 100, 100);
}
QEventLoop wait;