@@ -135,6 +135,8 @@ extension NCDetailNavigationController {
} else {
NCManageDatabase.sharedInstance.setLocalFile(ocId: metadata.ocId, offline: !localFile!.offline)
+ NotificationCenter.default.post(name: Notification.Name.init(rawValue:
+ k_notificationCenter_clearDateReadDataSource), object: nil)
}
)