Restore favorites widget tag list expand functionality
This commit is contained in:
parent
8d490b3c05
commit
33645ec547
@ -40,6 +40,7 @@ class FavoritesWidgetVM : FavoritesVM() {
|
||||
}
|
||||
|
||||
override fun setTagsExpanded(expanded: Boolean) {
|
||||
this.tagsExpanded.value = expanded
|
||||
val widget = this.widget.value ?: return
|
||||
widgetsService.updateWidget(
|
||||
widget.copy(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user