|
@@ -67,7 +67,7 @@ import QuickLook
|
|
super.viewDidLoad()
|
|
super.viewDidLoad()
|
|
|
|
|
|
if editingMode && metadata?.typeFile == NCGlobal.shared.metadataTypeFileImage {
|
|
if editingMode && metadata?.typeFile == NCGlobal.shared.metadataTypeFileImage {
|
|
- Timer.scheduledTimer(withTimeInterval: 0.5, repeats: true, block: { (t) in
|
|
|
|
|
|
+ Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true, block: { (t) in
|
|
if self.navigationItem.rightBarButtonItems?.count ?? 0 > 1 || !(self.navigationController?.isToolbarHidden ?? false) {
|
|
if self.navigationItem.rightBarButtonItems?.count ?? 0 > 1 || !(self.navigationController?.isToolbarHidden ?? false) {
|
|
if #available(iOS 14.0, *) {
|
|
if #available(iOS 14.0, *) {
|
|
if self.navigationItem.rightBarButtonItems?.count ?? 0 > 1 {
|
|
if self.navigationItem.rightBarButtonItems?.count ?? 0 > 1 {
|