Fix details popup closing when dock items are refreshed
This commit is contained in:
parent
7860230e88
commit
1251924553
@ -58,7 +58,10 @@ class FavoritesPartProvider : PartProvider, KoinComponent {
|
||||
.wrapContentHeight()
|
||||
) {
|
||||
SearchResultGrid(
|
||||
items = favorites, showLabels = false, columns = columns.coerceAtMost(favorites.size),
|
||||
items = favorites,
|
||||
showLabels = false,
|
||||
columns = columns.coerceAtMost(favorites.size),
|
||||
transitionKey = null,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user