mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-29 13:39:06 +00:00
Fix premium star / status in accounts list.
This commit is contained in:
parent
40bdcd7ebc
commit
20a5950f99
@ -135,7 +135,9 @@ ComposedBadge::ComposedBadge(
|
||||
|
||||
rpl::combine(
|
||||
_unreadWidth.events_starting_with(_unread ? _unread->width() : 0),
|
||||
_premiumWidth.events_starting_with(0),
|
||||
_premiumWidth.events_starting_with(_badge.widget()
|
||||
? _badge.widget()->width()
|
||||
: 0),
|
||||
_text.value(),
|
||||
button->sizeValue()
|
||||
) | rpl::start_with_next([=](
|
||||
|
Loading…
x
Reference in New Issue
Block a user