diff --git a/Tusker/Screens/Utilities/Previewing.swift b/Tusker/Screens/Utilities/Previewing.swift index e0995512..6b7ff8c7 100644 --- a/Tusker/Screens/Utilities/Previewing.swift +++ b/Tusker/Screens/Utilities/Previewing.swift @@ -83,8 +83,8 @@ extension MenuPreviewProvider { ] return [ + UIMenu(title: "", image: nil, identifier: nil, options: [.displayInline], children: shareSection), UIMenu(title: "", image: nil, identifier: nil, options: [.displayInline], children: actionsSection), - UIMenu(title: "", image: nil, identifier: nil, options: [.displayInline], children: shareSection) ] } @@ -115,8 +115,8 @@ extension MenuPreviewProvider { let shareSection = actionsForURL(hashtag.url, sourceView: sourceView) return [ + UIMenu(title: "", image: nil, identifier: nil, options: [.displayInline], children: shareSection), UIMenu(title: "", image: nil, identifier: nil, options: [.displayInline], children: actionsSection), - UIMenu(title: "", image: nil, identifier: nil, options: [.displayInline], children: shareSection) ] } @@ -174,8 +174,8 @@ extension MenuPreviewProvider { ] return [ - UIMenu(title: "", image: nil, identifier: nil, options: [.displayInline], children: actionsSection), UIMenu(title: "", image: nil, identifier: nil, options: [.displayInline], children: shareSection), + UIMenu(title: "", image: nil, identifier: nil, options: [.displayInline], children: actionsSection), ] }