diff --git a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp index 63be75784..4fd72b121 100644 --- a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp +++ b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp @@ -1887,7 +1887,7 @@ void Gif::updateStatusText() const { const auto round = activeRoundStreamed(); const auto own = activeOwnStreamed(); if (round || (own && _data->isVideoFile())) { - const auto frozen = !own->frozenFrame.isNull(); + const auto frozen = own && !own->frozenFrame.isNull(); const auto streamed = round ? round : &own->instance; const auto state = streamed->player().prepareLegacyState(); if (state.length) {