|
@@ -325,6 +325,7 @@ class NCGlobal: NSObject {
|
|
|
let notificationCenterDownloadedThumbnail = "DownloadedThumbnail" // userInfo: ocId
|
|
|
|
|
|
let notificationCenterHidePlayerToolBar = "hidePlayerToolBar" // userInfo: ocId
|
|
|
+ let notificationCenterShowPlayerToolBar = "showPlayerToolBar" // userInfo: ocId, enableTimerAutoHide
|
|
|
}
|
|
|
|
|
|
//let rootView = UIApplication.shared.keyWindow?.rootViewController?.view
|