mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-04-16 12:28:37 -04:00
properly reset all items after closing a mimetype search
This commit is contained in:
@@ -229,10 +229,7 @@ class MimeTypesActivity : SimpleActivity(), ItemOperationsListener {
|
||||
fun searchClosed() {
|
||||
isSearchOpen = false
|
||||
lastSearchedText = ""
|
||||
|
||||
mimetypes_fastscroller.beVisible()
|
||||
mimetypes_placeholder.beGoneIf(storedItems.isNotEmpty())
|
||||
mimetypes_placeholder_2.beGone()
|
||||
searchQueryChanged("")
|
||||
}
|
||||
|
||||
private fun getProperFileDirItems(callback: (ArrayList<FileDirItem>) -> Unit) {
|
||||
|
||||
Reference in New Issue
Block a user