mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Correctly render interactions on inbox messages.
This commit is contained in:
parent
73c0ea4b7d
commit
de9b21e436
2 changed files with 2 additions and 3 deletions
|
@ -135,8 +135,7 @@ void EmojiInteractions::paint(QPainter &p) {
|
|||
const auto rightAligned = play.view->hasOutLayout()
|
||||
&& !play.view->delegate()->elementIsChatWide();
|
||||
if (!rightAligned) {
|
||||
// #TODO interactions mirror
|
||||
request.colored = st::msgStickerOverlay->c;
|
||||
request.mirrorHorizontal = true;
|
||||
}
|
||||
const auto frame = play.lottie->frameInfo(request);
|
||||
play.frame = frame.index;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a8ffe6cb920ca400de03127cbf5bc5b5ed32aff4
|
||||
Subproject commit ddeb78f28a8b9e6ec4dbb1b79f317243b5f748d7
|
Loading…
Add table
Reference in a new issue