mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Fix bottom nav opening if opening manga from updates while in action mode
This commit is contained in:
parent
fcf596d36b
commit
5977fca6b9
@ -275,6 +275,8 @@ class UpdatesController :
|
||||
}
|
||||
|
||||
override fun onCoverClick(position: Int) {
|
||||
destroyActionModeIfNeeded()
|
||||
|
||||
val chapterClicked = adapter?.getItem(position) as? UpdatesItem ?: return
|
||||
openManga(chapterClicked)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user