Merge branch 'develop' into voip_design_updates

This commit is contained in:
ismailgulek
2021-04-20 11:41:53 +03:00
14 changed files with 936 additions and 238 deletions
+3 -1
View File
@@ -4270,7 +4270,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)
{