Skip to content

Commit

Permalink
fix: Fixed icons for quality / download selector being cached
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 2, 2020
1 parent 03b4aca commit 89a945e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const OptionsItemTorrent = ({
return variant === constants.TYPE_DOWNLOAD
? 'cloud-download'
: 'play-circle-outline'
}, [download, isItemDisabled])
}, [download, isItemDisabled, variant])

const handleOnTorrentClick = () => {
if (onPress) {
Expand Down

0 comments on commit 89a945e

Please sign in to comment.