Fix header banner display issues

This commit is contained in:
relikd
2020-09-08 18:16:21 +02:00
parent 5d94fe3a0d
commit 6d78aeac7b
2 changed files with 5 additions and 3 deletions

View File

@@ -235,7 +235,7 @@ class TVCShareRecording : UITableViewController, UITextViewDelegate, VCEditTextD
// MARK: - Alerts & Banner
private func banner(_ style: NotificationBanner.Style, _ msg: String) {
NotificationBanner(msg, style: style).present(in: self)
NotificationBanner(msg, style: style).present(in: navigationController!)
}
private func showAlertAvailableSoon(_ urlStr: String, when: Int?) {