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
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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,
)
}
}