mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Fix custom notifications in topics.
This commit is contained in:
@@ -952,7 +952,7 @@ void Notification::updateNotifyDisplay() {
|
||||
context);
|
||||
_textRect = r;
|
||||
paintText(p);
|
||||
if (!_textCache.hasPersistentAnimation()) {
|
||||
if (!_textCache.hasPersistentAnimation() && !_topic) {
|
||||
_textCache = Ui::Text::String();
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user