Hide the option to change cover on expand

This commit is contained in:
Jobobby04 2021-09-06 15:35:18 -04:00
parent cc38579fca
commit 9dc5aedba4

View File

@ -60,7 +60,7 @@ class MangaFullCoverDialog : DialogController {
} }
true true
} }
menu?.findItem(R.id.action_edit_cover)?.isVisible = manga?.favorite ?: false menu?.findItem(R.id.action_edit_cover)?.isVisible = /* SY --> */ false /* manga?.favorite ?: false SY <-- */
} }
binding?.fullCover?.apply { binding?.fullCover?.apply {