Fix bottom nav opening if opening manga from updates while in action mode
(cherry picked from commit 5977fca6b961ca9ea1c91787f1b73cd2f72b9310)
This commit is contained in:
parent
cb6ca49607
commit
e44616fb3c
@ -275,6 +275,8 @@ class UpdatesController :
|
||||
}
|
||||
|
||||
override fun onCoverClick(position: Int) {
|
||||
destroyActionModeIfNeeded()
|
||||
|
||||
val chapterClicked = adapter?.getItem(position) as? UpdatesItem ?: return
|
||||
openManga(chapterClicked)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user