diff --git a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp index 4ae4da892..4c8713685 100644 --- a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp +++ b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp @@ -759,7 +759,7 @@ void Gif::draw(Painter &p, const PaintContext &context) const { } } } - if (!unwrapped && bubble) { + if (!unwrapped && bubble && !isBubbleBottom()) { p.setPen(stm->historyTextFg); auto top = painty + painth + st::mediaCaptionSkip; if (botTop) {