Skip to content

Commit

Permalink
Merge pull request #1746 from nextcloud/reset-fileparameter-in-direct…
Browse files Browse the repository at this point in the history
…orytableviewcell

Correctly reset fileParameter and activityIndicator
  • Loading branch information
SystemKeeper authored Aug 8, 2024
2 parents d15d6ea + 5632f53 commit 512ca6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NextcloudTalk/DirectoryTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 512ca6e

Please sign in to comment.