This commit is contained in:
Luna712 2024-07-17 23:31:57 -06:00 committed by GitHub
parent 210f45ecaf
commit 3d1e243cbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,7 +107,6 @@ class DownloadViewModel : ViewModel() {
header.isSelected = header.data.id in currentSelected header.isSelected = header.data.id in currentSelected
} }
_headerCards.postValue(headers) _headerCards.postValue(headers)
return@launchSafe
} }
childCards.value?.let { children -> childCards.value?.let { children ->