Fix #908
Cette révision appartient à :
Parent
03f3a4805f
révision
0b85760939
1 fichiers modifiés avec 5 ajouts et 0 suppressions
|
@ -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()
|
||||
|
||||
|
|
Référencer dans un nouveau ticket