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
|
||||
if (!skipItemUpdating) {
|
||||
getRecyclerAdapter()?.updateItems(storedItems)
|
||||
calculateContentHeight(storedItems)
|
||||
}
|
||||
skipItemUpdating = false
|
||||
lastSearchedText = ""
|
||||
|
|
Loading…
Reference in New Issue