mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-17 04:10:39 +01:00
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…
x
Reference in New Issue
Block a user