Fix search favorites tags expand button breaking when activity is recreated

Fix #596
This commit is contained in:
MM20 2024-01-19 22:46:23 +01:00
parent 33645ec547
commit 2492e22f6f
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -14,7 +14,6 @@ class SearchFavoritesVM : FavoritesVM() {
private val uiState: UiState by inject()
override val tagsExpanded: Flow<Boolean> = uiState.favoritesTagsExpanded
.shareIn(viewModelScope, SharingStarted.Lazily)
override fun setTagsExpanded(expanded: Boolean) {
uiState.setFavoritesTagsExpanded(expanded)