diff --git a/NextcloudTalk/DirectoryTableViewCell.swift b/NextcloudTalk/DirectoryTableViewCell.swift index 37be1eec..3167a882 100644 --- a/NextcloudTalk/DirectoryTableViewCell.swift +++ b/NextcloudTalk/DirectoryTableViewCell.swift @@ -34,6 +34,10 @@ import Foundation self.fileImageView.image = nil self.fileNameLabel.text = "" self.fileInfoLabel.text = "" + self.fileParameter = nil + + self.accessoryView = nil + self.activityIndicator = nil } func didChangeIsDownloading(notification: Notification) {