Fix crash in downloads

master
Koitharu 10 months ago
parent 512069ca3e
commit 7404612a84
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -67,7 +67,8 @@ class DownloadsViewModel @Inject constructor(
expanded,
) { list, exp ->
list.toDownloadsList(exp)
}.stateIn(viewModelScope + Dispatchers.Default, SharingStarted.Eagerly, null)
}.withErrorHandling()
.stateIn(viewModelScope + Dispatchers.Default, SharingStarted.Eagerly, null)
val onActionDone = MutableEventFlow<ReversibleAction>()

Loading…
Cancel
Save