Beta version 4.6.11: Fix build for Linux.

This commit is contained in:
John Preston 2023-03-15 22:57:53 +04:00
parent adda93338d
commit fc860a1ef4
3 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -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