diff --git a/Tusker/Screens/Compose/ComposeHostingController.swift b/Tusker/Screens/Compose/ComposeHostingController.swift index 8dfcf4ef..6259771d 100644 --- a/Tusker/Screens/Compose/ComposeHostingController.swift +++ b/Tusker/Screens/Compose/ComposeHostingController.swift @@ -27,6 +27,8 @@ class ComposeHostingController: UIHostingController() + private var assetPickerCompletion: (@MainActor ([PHPickerResult]) -> Void)? private var drawingCompletion: ((PKDrawing) -> Void)? @@ -44,7 +46,6 @@ class ComposeHostingController: UIHostingController