Skip to content

Commit

Permalink
Resetting downloaded and favorite image visibility manually on cell r…
Browse files Browse the repository at this point in the history
…euse (Closes #260)
  • Loading branch information
insidegui committed Jun 22, 2017
1 parent 415728c commit 6ee7afb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WWDC/SessionTableCellView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ final class SessionTableCellView: NSTableCellView {

imageDownloadOperation?.cancel()

downloadedImageView.isHidden = true
favoritedImageView.isHidden = true

thumbnailImageView.image = #imageLiteral(resourceName: "noimage")
}

Expand Down

0 comments on commit 6ee7afb

Please sign in to comment.