RoomVC: Crash in refreshTypingNotification

This commit is contained in:
Gil Eluard
2021-04-19 13:18:26 +02:00
parent 3037ede7e5
commit 70db8946db
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -4134,7 +4134,9 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
if (needsUpdate)
{
BOOL needsReload = roomDataSource.currentTypingUsers == nil;
// BOOL needsReload = roomDataSource.currentTypingUsers == nil;
// Quick fix for https://github.com/vector-im/element-ios/issues/4230
BOOL needsReload = YES;
roomDataSource.currentTypingUsers = typingUsers;
if (needsReload)
{