mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fix custom notifications in topics.
This commit is contained in:
parent
5d8a2bc7b7
commit
01773e5bb1
1 changed files with 1 additions and 1 deletions
|
@ -952,7 +952,7 @@ void Notification::updateNotifyDisplay() {
|
|||
context);
|
||||
_textRect = r;
|
||||
paintText(p);
|
||||
if (!_textCache.hasPersistentAnimation()) {
|
||||
if (!_textCache.hasPersistentAnimation() && !_topic) {
|
||||
_textCache = Ui::Text::String();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue