diff --git a/Telegram/SourceFiles/window/notifications_manager_default.cpp b/Telegram/SourceFiles/window/notifications_manager_default.cpp index 51303a908e..5d19b91952 100644 --- a/Telegram/SourceFiles/window/notifications_manager_default.cpp +++ b/Telegram/SourceFiles/window/notifications_manager_default.cpp @@ -551,7 +551,7 @@ Notification::Notification( auto position = computePosition(st::notifyMinHeight); updateGeometry(position.x(), position.y(), st::notifyWidth, st::notifyMinHeight); - _userpicLoaded = (_userpicView->image() != nullptr); + _userpicLoaded = !_userpicView || (_userpicView->image() != nullptr); updateNotifyDisplay(); _hideTimer.setSingleShot(true);