Fix details popup closing when dock items are refreshed

This commit is contained in:
MM20
2024-06-16 20:58:42 +02:00
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,
)
}
}