From 1b78ffc0186b22e4201397f5968067964d79edd0 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 18 Apr 2025 18:12:49 +0400 Subject: [PATCH] Fix crash in joining video chats. --- Telegram/SourceFiles/calls/group/calls_group_members.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/calls/group/calls_group_members.h b/Telegram/SourceFiles/calls/group/calls_group_members.h index 7de1a75ed2..739cccc990 100644 --- a/Telegram/SourceFiles/calls/group/calls_group_members.h +++ b/Telegram/SourceFiles/calls/group/calls_group_members.h @@ -108,7 +108,7 @@ private: object_ptr _scroll; std::unique_ptr _listController; not_null _layout; - const not_null _fingerprint; + Ui::RpWidget *_fingerprint = nullptr; rpl::event_stream<> _fingerprintRepaints; const FingerprintBadgeState *_fingerprintState = nullptr; const not_null _videoWrap;