mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-09-20 12:41:56 -04:00
calculate content height after closing search
This commit is contained in:
1 parent
23208bfc1a
commit
bddec8ccda
1 file changed
+1
@@ -423,6 +423,7 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
|
||||
isSearchOpen = false
|
||||
if (!skipItemUpdating) {
|
||||
getRecyclerAdapter()?.updateItems(storedItems)
|
||||
calculateContentHeight(storedItems)
|
||||
}
|
||||
skipItemUpdating = false
|
||||
lastSearchedText = ""
|
||||
|
||||
Reference in new issue
Block a user