Hide the option to change cover on expand
This commit is contained in:
@@ -60,7 +60,7 @@ class MangaFullCoverDialog : DialogController {
|
||||
}
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user