minor code tweak
This commit is contained in:
parent
bddec8ccda
commit
14bb9db182
|
@ -427,9 +427,9 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
|
||||||
}
|
}
|
||||||
skipItemUpdating = false
|
skipItemUpdating = false
|
||||||
lastSearchedText = ""
|
lastSearchedText = ""
|
||||||
mView.items_swipe_refresh.isEnabled = true
|
|
||||||
|
|
||||||
mView.apply {
|
mView.apply {
|
||||||
|
items_swipe_refresh.isEnabled = true
|
||||||
items_list.beVisible()
|
items_list.beVisible()
|
||||||
items_placeholder.beGone()
|
items_placeholder.beGone()
|
||||||
items_placeholder_2.beGone()
|
items_placeholder_2.beGone()
|
||||||
|
|
Loading…
Reference in New Issue