mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
fixed a crash when a new DM room is created (#7232)
Signed-off-by: Nicolas Mauri <nicolasm@element.io>
This commit is contained in:
@@ -1064,6 +1064,9 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
|
||||
// Set room title view
|
||||
[self refreshRoomTitle];
|
||||
|
||||
// Stop any pending voice broadcast if needed
|
||||
[self stopUncompletedVoiceBroadcastIfNeeded];
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1082,8 +1085,6 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
[self setupUserSuggestionViewIfNeeded];
|
||||
|
||||
[self updateTopBanners];
|
||||
|
||||
[self stopUncompletedVoiceBroadcastIfNeeded];
|
||||
}
|
||||
|
||||
- (void)onRoomDataSourceReady
|
||||
|
||||
Reference in New Issue
Block a user