mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Beta version 4.11.4: Fix build with GCC.
This commit is contained in:
parent
86d6280776
commit
4e915e9d1a
4 changed files with 1 additions and 4 deletions
|
@ -1829,7 +1829,6 @@ void Message::toggleReplyRipple(bool pressed) {
|
|||
if (!unwrapped()) {
|
||||
const auto &padding = st::msgPadding;
|
||||
const auto geometry = countGeometry();
|
||||
const auto item = data();
|
||||
const auto margins = reply->margins();
|
||||
const auto size = QSize(
|
||||
geometry.width() - padding.left() - padding.right(),
|
||||
|
|
|
@ -388,7 +388,6 @@ void Reply::updateName(
|
|||
not_null<HistoryMessageReply*> data,
|
||||
std::optional<PeerData*> resolvedSender) const {
|
||||
auto viaBotUsername = QString();
|
||||
const auto story = data->resolvedStory.get();
|
||||
const auto message = data->resolvedMessage.get();
|
||||
if (message && !message->Has<HistoryMessageForwarded>()) {
|
||||
if (const auto bot = message->viaBot()) {
|
||||
|
|
|
@ -93,7 +93,6 @@ void SelectCountriesBox(
|
|||
buttons.reserve(countries.size());
|
||||
for (const auto &country : countries) {
|
||||
const auto flag = Countries::Instance().flagEmojiByISO2(country.iso2);
|
||||
const auto asd = Ui::Emoji::Find(flag);
|
||||
if (!Ui::Emoji::Find(flag)) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f59c13455ce53933b9024fa32fd3a5f4e7ed0405
|
||||
Subproject commit 0837a6364d85fc2b057d14b3548d7d7b644adab3
|
Loading…
Add table
Reference in a new issue