mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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()) {
|
if (!unwrapped()) {
|
||||||
const auto &padding = st::msgPadding;
|
const auto &padding = st::msgPadding;
|
||||||
const auto geometry = countGeometry();
|
const auto geometry = countGeometry();
|
||||||
const auto item = data();
|
|
||||||
const auto margins = reply->margins();
|
const auto margins = reply->margins();
|
||||||
const auto size = QSize(
|
const auto size = QSize(
|
||||||
geometry.width() - padding.left() - padding.right(),
|
geometry.width() - padding.left() - padding.right(),
|
||||||
|
|
|
@ -388,7 +388,6 @@ void Reply::updateName(
|
||||||
not_null<HistoryMessageReply*> data,
|
not_null<HistoryMessageReply*> data,
|
||||||
std::optional<PeerData*> resolvedSender) const {
|
std::optional<PeerData*> resolvedSender) const {
|
||||||
auto viaBotUsername = QString();
|
auto viaBotUsername = QString();
|
||||||
const auto story = data->resolvedStory.get();
|
|
||||||
const auto message = data->resolvedMessage.get();
|
const auto message = data->resolvedMessage.get();
|
||||||
if (message && !message->Has<HistoryMessageForwarded>()) {
|
if (message && !message->Has<HistoryMessageForwarded>()) {
|
||||||
if (const auto bot = message->viaBot()) {
|
if (const auto bot = message->viaBot()) {
|
||||||
|
|
|
@ -93,7 +93,6 @@ void SelectCountriesBox(
|
||||||
buttons.reserve(countries.size());
|
buttons.reserve(countries.size());
|
||||||
for (const auto &country : countries) {
|
for (const auto &country : countries) {
|
||||||
const auto flag = Countries::Instance().flagEmojiByISO2(country.iso2);
|
const auto flag = Countries::Instance().flagEmojiByISO2(country.iso2);
|
||||||
const auto asd = Ui::Emoji::Find(flag);
|
|
||||||
if (!Ui::Emoji::Find(flag)) {
|
if (!Ui::Emoji::Find(flag)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f59c13455ce53933b9024fa32fd3a5f4e7ed0405
|
Subproject commit 0837a6364d85fc2b057d14b3548d7d7b644adab3
|
Loading…
Add table
Reference in a new issue