Skip to content

Commit bddec8c

Browse files
committed
calculate content height after closing search
1 parent 23208bf commit bddec8c

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
423423
isSearchOpen = false
424424
if (!skipItemUpdating) {
425425
getRecyclerAdapter()?.updateItems(storedItems)
426+
calculateContentHeight(storedItems)
426427
}
427428
skipItemUpdating = false
428429
lastSearchedText = ""

0 commit comments

Comments
 (0)