fix: subscription icon
This commit is contained in:
parent
458f4d1ff9
commit
506a0576df
4 changed files with 10 additions and 3 deletions
|
@ -162,7 +162,8 @@ class MangaReadAdapter(
|
|||
R.drawable.ic_round_notifications_none_24,
|
||||
R.color.bg_opp,
|
||||
R.color.violet_400,
|
||||
fragment.subscribed
|
||||
fragment.subscribed,
|
||||
true
|
||||
) {
|
||||
fragment.onNotificationPressed(it, binding.animeSource.text.toString())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue