mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix manga details prompting to unlock when coming from a link intent
This commit is contained in:
parent
32bfa1ddc3
commit
04c35c0070
1 changed files with 3 additions and 1 deletions
|
@ -1173,7 +1173,9 @@ class MangaDetailsController :
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun setFavButtonPopup(popupView: View) {
|
override fun setFavButtonPopup(popupView: View) {
|
||||||
if (isLocked()) return
|
if (presenter.isLockedFromSearch) {
|
||||||
|
return
|
||||||
|
}
|
||||||
val manga = presenter.manga
|
val manga = presenter.manga
|
||||||
if (!manga.favorite) {
|
if (!manga.favorite) {
|
||||||
popupView.setOnTouchListener(null)
|
popupView.setOnTouchListener(null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue