Skip to content

Commit

Permalink
show merge button when using cache source only
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Apr 29, 2021
1 parent ebf8651 commit beac7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class MangaHeaderHolder(
}

with(merge_button) {
visibleIf(manga.status != SManga.COMPLETED)
visibleIf(manga.status != SManga.COMPLETED || presenter.preferences.useCacheSource())
val iconics = context.iconicsDrawableLarge(MaterialDesignDx.Icon.gmf_merge_type)
if (presenter.manga.isMerged().not()) {
iconics.colorInt = context.contextCompatColor(android.R.color.transparent)
Expand Down

0 comments on commit beac7af

Please sign in to comment.