calculate content height after closing search

This commit is contained in:
tibbi 2021-01-25 11:20:08 +01:00
parent 23208bfc1a
commit bddec8ccda
1 changed files with 1 additions and 0 deletions

View File

@ -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 = ""