fix: subscription icon

This commit is contained in:
rebelonion 2024-02-21 23:40:41 -06:00
parent 458f4d1ff9
commit 506a0576df
4 changed files with 10 additions and 3 deletions

View file

@ -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())
}