mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-01-02 12:40:32 -05:00
calculate content height after closing search
This commit is contained in:
@@ -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