Make the badge a selectable area in the subscriptions screen.
This commit is contained in:
parent
ca5140d3ec
commit
7626070c28
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ data class Subscription(
|
|||
|
||||
if (payload.isEmpty()) {
|
||||
badge.setBadge(model.subscription.badge)
|
||||
badge.isClickable = false
|
||||
}
|
||||
|
||||
title.text = model.subscription.name
|
||||
|
|
Loading…
Add table
Reference in a new issue