Skip to content

Commit 665b401

Browse files
committed
fix #415, properly handle placeholder visibility at closing Search
1 parent 318e944 commit 665b401

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ android {
5858
}
5959

6060
dependencies {
61-
implementation 'com.simplemobiletools:commons:5.30.5'
61+
implementation 'com.simplemobiletools:commons:5.30.14'
6262
implementation 'com.github.Stericson:RootTools:df729dcb13'
6363
implementation 'com.github.Stericson:RootShell:1.6'
6464
implementation 'com.alexvasilkov:gesture-views:2.5.2'

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,12 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
413413
}
414414
skipItemUpdating = false
415415
lastSearchedText = ""
416+
417+
mView.apply {
418+
items_list.beVisible()
419+
items_placeholder.beGone()
420+
items_placeholder_2.beGone()
421+
}
416422
}
417423

418424
private fun createNewItem() {

0 commit comments

Comments
 (0)