Fix custom bot verification description show.

This commit is contained in:
John Preston
2026-03-26 22:48:49 +07:00
parent b55d80212c
commit c64f175b19
@@ -98,6 +98,7 @@ private:
Data::SavedSublist * const _sublist = nullptr;
bool _inResize = false;
bool _aboutVerificationAdded = false;
rpl::event_stream<Ui::ScrollToRequest> _scrollToRequests;
rpl::event_stream<int> _desiredHeight;
@@ -116,8 +117,6 @@ private:
Ui::SlideWrap<RpWidget> *_sharedMediaWrap = nullptr;
object_ptr<RpWidget> _content;
bool _aboutVerificationAdded = false;
};
} // namespace Profile