mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Beta version 4.6.11: Fix build for Linux.
This commit is contained in:
parent
adda93338d
commit
fc860a1ef4
3 changed files with 1 additions and 5 deletions
|
@ -3193,9 +3193,6 @@ void HistoryItem::createComponents(const MTPDmessage &data) {
|
|||
}
|
||||
}
|
||||
const auto id = data.vreply_to_msg_id().v;
|
||||
if (data.is_reply_to_scheduled()) {
|
||||
int a = 0;
|
||||
}
|
||||
config.replyTo = data.is_reply_to_scheduled()
|
||||
? _history->owner().scheduledMessages().localMessageId(id)
|
||||
: id;
|
||||
|
|
|
@ -249,7 +249,6 @@ void FillSpeedMenu(
|
|||
&point.icon);
|
||||
const auto raw = action.get();
|
||||
const auto check = Ui::CreateChild<Ui::RpWidget>(raw);
|
||||
const auto skip = st.activeCheckSkip;
|
||||
check->resize(st.activeCheck.size());
|
||||
check->paintRequest(
|
||||
) | rpl::start_with_next([check, icon = &st.activeCheck] {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ab45ad614e0ed127e90b401e0835253131e47fa4
|
||||
Subproject commit 7b29dae8be0948ab72adde6132d58a6ab6226607
|
Loading…
Add table
Reference in a new issue