|
@@ -151,7 +151,7 @@ extension CCMain {
|
|
|
title: NSLocalizedString("_details_", comment: ""),
|
|
|
icon: CCGraphics.changeThemingColorImage(UIImage(named: "details"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
|
|
|
action: { menuAction in
|
|
|
- NCMainCommon.shared.openShare(ViewController: self, metadata: metadata, indexPage: 0)
|
|
|
+ NCNetworkingNotificationCenter.shared.openShare(ViewController: self, metadata: metadata, indexPage: 0)
|
|
|
}
|
|
|
)
|
|
|
)
|
|
@@ -298,7 +298,7 @@ extension CCMain {
|
|
|
title: NSLocalizedString("_details_", comment: ""),
|
|
|
icon: CCGraphics.changeThemingColorImage(UIImage(named: "details"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
|
|
|
action: { menuAction in
|
|
|
- NCMainCommon.shared.openShare(ViewController: self, metadata: metadata, indexPage: 0)
|
|
|
+ NCNetworkingNotificationCenter.shared.openShare(ViewController: self, metadata: metadata, indexPage: 0)
|
|
|
}
|
|
|
)
|
|
|
)
|
|
@@ -310,7 +310,7 @@ extension CCMain {
|
|
|
icon: CCGraphics.changeThemingColorImage(UIImage(named: "openFile"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
|
|
|
action: { menuAction in
|
|
|
self.tableView.setEditing(false, animated: true)
|
|
|
- NCMainCommon.shared.downloadOpen(metadata: metadata, selector: selectorOpenIn)
|
|
|
+ NCNetworkingNotificationCenter.shared.downloadOpen(metadata: metadata, selector: selectorOpenIn)
|
|
|
}
|
|
|
)
|
|
|
)
|