Fix crash when editing favorites
This commit is contained in:
@@ -61,7 +61,7 @@ class EditFavoritesSheetVM : ViewModel(), KoinComponent {
|
||||
loading.value = showLoadingIndicator
|
||||
manuallySorted = mutableListOf()
|
||||
manuallySorted = favoritesService.getFavorites(
|
||||
minPinnedLevel = PinnedLevel.AutomaticallySorted,
|
||||
minPinnedLevel = PinnedLevel.ManuallySorted,
|
||||
excludeTypes = listOf("tag"),
|
||||
).first().toMutableList()
|
||||
automaticallySorted = favoritesService.getFavorites(
|
||||
|
||||
Reference in New Issue
Block a user