hide search progress when search is cancelled
This commit is contained in:
parent
6843c55ba1
commit
0c86e4449e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue