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) {
|
override fun setTagsExpanded(expanded: Boolean) {
|
||||||
|
this.tagsExpanded.value = expanded
|
||||||
val widget = this.widget.value ?: return
|
val widget = this.widget.value ?: return
|
||||||
widgetsService.updateWidget(
|
widgetsService.updateWidget(
|
||||||
widget.copy(
|
widget.copy(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user