mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build with GCC.
This commit is contained in:
@@ -4141,10 +4141,10 @@ void InnerWidget::refreshEmpty() {
|
|||||||
.name = u"no_chats"_q,
|
.name = u"no_chats"_q,
|
||||||
.sizeOverride = Size(st::changePhoneIconSize),
|
.sizeOverride = Size(st::changePhoneIconSize),
|
||||||
});
|
});
|
||||||
const auto iconWidget = _emptyList->add(
|
_emptyList->add(
|
||||||
object_ptr<Ui::CenterWrap<>>(_emptyList, std::move(icon.widget)));
|
object_ptr<Ui::CenterWrap<>>(_emptyList, std::move(icon.widget)));
|
||||||
Ui::AddSkip(_emptyList);
|
Ui::AddSkip(_emptyList);
|
||||||
const auto label = _emptyList->add(
|
_emptyList->add(
|
||||||
object_ptr<Ui::FlatLabel>(
|
object_ptr<Ui::FlatLabel>(
|
||||||
_emptyList,
|
_emptyList,
|
||||||
tr::lng_no_conversations(),
|
tr::lng_no_conversations(),
|
||||||
|
|||||||
Reference in New Issue
Block a user