Fix custom notifications in topics.

This commit is contained in:
John Preston 2022-11-30 10:51:03 +04:00
parent 5d8a2bc7b7
commit 01773e5bb1

View file

@ -952,7 +952,7 @@ void Notification::updateNotifyDisplay() {
context);
_textRect = r;
paintText(p);
if (!_textCache.hasPersistentAnimation()) {
if (!_textCache.hasPersistentAnimation() && !_topic) {
_textCache = Ui::Text::String();
}
} else {