fix search results scroll position (maybe)

This commit is contained in:
MM20 2025-06-28 17:22:36 +02:00
parent 7d34676105
commit 1b44cadebc
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -175,6 +175,10 @@ fun SearchColumn(
compactTags = compactTags,
editButton = favoritesEditButton
)
} else {
// Empty item to maintain scroll position
item(key = "favorites") {
}
}
if (isSearchEmpty && profiles.size > 1) {