mirror of https://github.com/procxx/kepka.git
Fix via @bot information in stickers.
This commit is contained in:
parent
1ed57238a7
commit
5dfbec17cd
|
@ -208,12 +208,6 @@ void UnwrappedMedia::drawSurrounding(
|
|||
int skip = st::msgServiceNameFont->height + (reply ? st::msgReplyPadding.top() : 0);
|
||||
recty += skip;
|
||||
}
|
||||
if (via) {
|
||||
p.setFont(st::msgDateFont);
|
||||
p.drawTextLeft(rectx, recty + st::msgReplyPadding.top(), 2 * rectx + rectw, via->text);
|
||||
int skip = st::msgServiceNameFont->height + (reply ? st::msgReplyPadding.top() : 0);
|
||||
recty += skip;
|
||||
}
|
||||
if (reply) {
|
||||
HistoryMessageReply::PaintFlags flags = 0;
|
||||
if (selected) {
|
||||
|
|
Loading…
Reference in New Issue