Fix #819. Update support lib

This commit is contained in:
len
2017-06-10 16:49:40 +02:00
parent ca412832ef
commit 0210ee8747
4 changed files with 11 additions and 3 deletions
@@ -21,6 +21,12 @@ class TrackController : NucleusController<TrackPresenter>(),
private var adapter: TrackAdapter? = null
init {
// There's no menu, but this avoids a bug when coming from the catalogue, where the menu
// disappears if the searchview is expanded
setHasOptionsMenu(true)
}
override fun createPresenter(): TrackPresenter {
return TrackPresenter((parentController as MangaController).manga!!)
}