mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Compare commits
No commits in common. "299a7f64c4603cb1c3500de34b7618bdc819b47e" and "ec226cd455e57ff5fa92067fe736cf3a6a14395d" have entirely different histories.
299a7f64c4
...
ec226cd455
1 changed files with 2 additions and 1 deletions
|
@ -268,8 +268,9 @@ class EpisodeAdapter(
|
|||
val isUpcoming = unixTimeMS < card.airDate
|
||||
|
||||
if (isUpcoming) {
|
||||
episodePoster.isVisible = false
|
||||
episodePlayIcon.isVisible = false
|
||||
episodeUpcomingIcon.isVisible = !episodePoster.isVisible
|
||||
episodeUpcomingIcon.isVisible = true
|
||||
episodeDate.setText(
|
||||
txt(
|
||||
R.string.episode_upcoming_format,
|
||||
|
|
Loading…
Reference in a new issue