mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed color of mini icon for drafts with reply when dialog is selected.
This commit is contained in:
parent
0f4aadddfc
commit
ab5e7b1588
1 changed files with 6 additions and 6 deletions
|
@ -479,12 +479,12 @@ void PaintRow(
|
||||||
Text::WithEntities);
|
Text::WithEntities);
|
||||||
if (draft && draft->reply) {
|
if (draft && draft->reply) {
|
||||||
auto &data = thread->owner().customEmojiManager();
|
auto &data = thread->owner().customEmojiManager();
|
||||||
const auto internal = data.registerInternalEmoji(
|
draftText = Ui::Text::Colorized(
|
||||||
st::dialogsMiniReplyIcon,
|
Ui::Text::SingleCustomEmoji(
|
||||||
{},
|
data.registerInternalEmoji(
|
||||||
false);
|
st::dialogsMiniReplyIcon,
|
||||||
draftText = Ui::Text::SingleCustomEmoji(
|
{},
|
||||||
std::move(internal)).append(std::move(draftText));
|
true))).append(std::move(draftText));
|
||||||
}
|
}
|
||||||
const auto context = Core::MarkedTextContext{
|
const auto context = Core::MarkedTextContext{
|
||||||
.session = &thread->session(),
|
.session = &thread->session(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue