зеркало из https://github.com/nextcloud/talk-ios.git
Merge pull request #1746 from nextcloud/reset-fileparameter-in-directorytableviewcell
Correctly reset fileParameter and activityIndicator
This commit is contained in:
Коммит
512ca6e1a1
|
@ -34,6 +34,10 @@ import Foundation
|
||||||
self.fileImageView.image = nil
|
self.fileImageView.image = nil
|
||||||
self.fileNameLabel.text = ""
|
self.fileNameLabel.text = ""
|
||||||
self.fileInfoLabel.text = ""
|
self.fileInfoLabel.text = ""
|
||||||
|
self.fileParameter = nil
|
||||||
|
|
||||||
|
self.accessoryView = nil
|
||||||
|
self.activityIndicator = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func didChangeIsDownloading(notification: Notification) {
|
func didChangeIsDownloading(notification: Notification) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче