mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 19:03:42 +00:00
Fixed possible crash from profile top bar in groups.
This commit is contained in:
@@ -88,6 +88,14 @@ private:
|
||||
Data::ForumTopic * const _topic = nullptr;
|
||||
Data::SavedSublist * const _sublist = nullptr;
|
||||
|
||||
bool _inResize = false;
|
||||
rpl::event_stream<Ui::ScrollToRequest> _scrollToRequests;
|
||||
rpl::event_stream<int> _desiredHeight;
|
||||
|
||||
rpl::variable<bool> _backToggles;
|
||||
rpl::event_stream<int> _onlineCount;
|
||||
rpl::event_stream<> _showFinished;
|
||||
|
||||
PeerData *_reactionGroup = nullptr;
|
||||
|
||||
std::shared_ptr<Data::PhotoMedia> _nonPersonalView;
|
||||
@@ -100,14 +108,6 @@ private:
|
||||
|
||||
bool _aboutVerificationAdded = false;
|
||||
|
||||
bool _inResize = false;
|
||||
rpl::event_stream<Ui::ScrollToRequest> _scrollToRequests;
|
||||
rpl::event_stream<int> _desiredHeight;
|
||||
|
||||
rpl::variable<bool> _backToggles;
|
||||
rpl::event_stream<int> _onlineCount;
|
||||
rpl::event_stream<> _showFinished;
|
||||
|
||||
};
|
||||
|
||||
} // namespace Profile
|
||||
|
||||
Reference in New Issue
Block a user