This commit is contained in:
len 2017-09-10 10:51:21 +02:00
parent 03f3a4805f
commit 0b85760939

View File

@ -331,6 +331,11 @@ open class CatalogueController(bundle: Bundle? = null) :
if (query == newQuery)
return
// FIXME dirty fix to restore the toolbar buttons after closing search mode.
if (newQuery == "") {
activity?.invalidateOptionsMenu()
}
showProgressBar()
adapter?.clear()