calculate content height after closing search
This commit is contained in:
parent
23208bfc1a
commit
bddec8ccda
|
@ -423,6 +423,7 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
|
||||||
isSearchOpen = false
|
isSearchOpen = false
|
||||||
if (!skipItemUpdating) {
|
if (!skipItemUpdating) {
|
||||||
getRecyclerAdapter()?.updateItems(storedItems)
|
getRecyclerAdapter()?.updateItems(storedItems)
|
||||||
|
calculateContentHeight(storedItems)
|
||||||
}
|
}
|
||||||
skipItemUpdating = false
|
skipItemUpdating = false
|
||||||
lastSearchedText = ""
|
lastSearchedText = ""
|
||||||
|
|
Loading…
Reference in New Issue