Make the badge a selectable area in the subscriptions screen.

This commit is contained in:
Greyson Parrelli 2021-11-22 17:45:09 -05:00
parent ca5140d3ec
commit 7626070c28

View file

@ -128,6 +128,7 @@ data class Subscription(
if (payload.isEmpty()) {
badge.setBadge(model.subscription.badge)
badge.isClickable = false
}
title.text = model.subscription.name