Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit

Permalink
[BWA-46] Fix: Export Items Crashes on iPad (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
brant-livefront authored Dec 5, 2024
1 parent 834bd3b commit f8be504
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ final class SettingsCoordinator: Coordinator, HasStackNavigator {
self.showToast(Localizations.itemsExported)
}
}
if let popoverController = activityVC.popoverPresentationController {
popoverController.sourceView = stackNavigator?.rootViewController?.view
popoverController.permittedArrowDirections = []
}

stackNavigator?.present(activityVC)
}

Expand Down

0 comments on commit f8be504

Please sign in to comment.