hide search progress when search is cancelled

This commit is contained in:
Mysochenko Yuriy 2022-05-20 15:13:34 +03:00
parent 6843c55ba1
commit 0c86e4449e
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
items_fastscroller.beVisible()
items_placeholder.beGone()
items_placeholder_2.beGone()
search_progress.beGone()
}
private fun createNewItem() {