diff --git a/Telegram/SourceFiles/window/notifications_manager_default.cpp b/Telegram/SourceFiles/window/notifications_manager_default.cpp index e36bb9aed..d2ac7f26e 100644 --- a/Telegram/SourceFiles/window/notifications_manager_default.cpp +++ b/Telegram/SourceFiles/window/notifications_manager_default.cpp @@ -952,7 +952,7 @@ void Notification::updateNotifyDisplay() { context); _textRect = r; paintText(p); - if (!_textCache.hasPersistentAnimation()) { + if (!_textCache.hasPersistentAnimation() && !_topic) { _textCache = Ui::Text::String(); } } else {