@@ -392,7 +392,8 @@ class NCShare: UIViewController, UIGestureRecognizerDelegate, NCShareLinkCellDel
self!.networking?.createShare(shareWith: sharee.shareWith, shareType: sharee.shareType, metadata: self!.metadata!)
}
- dropDown.show()
+ let window = UIApplication.shared.keyWindow
+ dropDown.show(onTopOf: window, beforeTransform: nil, anchorPoint: nil)
@@ -318,7 +318,8 @@ class NCUserStatus: UIViewController {
clearStatusMessageAfterText.text = " " + NSLocalizedString("_select_option_", comment: "")
@IBAction func actionClearStatusMessage(_ sender: UIButton) {