mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Fix custom notifications in topics.
This commit is contained in:
parent
5d8a2bc7b7
commit
01773e5bb1
@ -952,7 +952,7 @@ void Notification::updateNotifyDisplay() {
|
|||||||
context);
|
context);
|
||||||
_textRect = r;
|
_textRect = r;
|
||||||
paintText(p);
|
paintText(p);
|
||||||
if (!_textCache.hasPersistentAnimation()) {
|
if (!_textCache.hasPersistentAnimation() && !_topic) {
|
||||||
_textCache = Ui::Text::String();
|
_textCache = Ui::Text::String();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user