Skip to content

Commit c589a68

Browse files
committed
7.2.1 commit
1 parent 7f74118 commit c589a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/ac/mdiq/podcini/ui/compose/EpisodesVM.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class EpisodeVM(var episode: Episode, val tag: String) {
154154
var downloadState by mutableIntStateOf(if (episode.downloaded == true) DownloadStatus.State.COMPLETED.ordinal else DownloadStatus.State.UNKNOWN.ordinal)
155155
var viewCount by mutableIntStateOf(episode.viewCount)
156156
var actionButton by mutableStateOf<EpisodeActionButton>(NullActionButton(episode))
157-
var actionRes by mutableIntStateOf(actionButton.getDrawable())
157+
var actionRes by mutableIntStateOf(actionButton.drawable)
158158
var showAltActionsDialog by mutableStateOf(false)
159159
var dlPercent by mutableIntStateOf(0)
160160
var isSelected by mutableStateOf(false)

0 commit comments

Comments
 (0)