mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Merge branch 'develop' into voip_design_updates
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user