fix search results scroll position (maybe)
This commit is contained in:
parent
7d34676105
commit
1b44cadebc
@ -175,6 +175,10 @@ fun SearchColumn(
|
|||||||
compactTags = compactTags,
|
compactTags = compactTags,
|
||||||
editButton = favoritesEditButton
|
editButton = favoritesEditButton
|
||||||
)
|
)
|
||||||
|
} else {
|
||||||
|
// Empty item to maintain scroll position
|
||||||
|
item(key = "favorites") {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isSearchEmpty && profiles.size > 1) {
|
if (isSearchEmpty && profiles.size > 1) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user