mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-25 00:46:44 +02:00
Merge pull request #5511 from vector-im/ismail/5263_thread_blink
Avoid Thread Screen Blink
This commit is contained in:
@@ -1000,6 +1000,11 @@ const CGFloat kTypingCellHeight = 24;
|
||||
|
||||
- (void)newThreadCreated:(NSNotification *)notification
|
||||
{
|
||||
if (self.threadId)
|
||||
{
|
||||
// no need to reload the thread screen
|
||||
return;
|
||||
}
|
||||
NSUInteger count = 0;
|
||||
@synchronized (bubbles)
|
||||
{
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
RoomDataSource: Avoid reloading of data source on thread screen itself.
|
||||
Reference in New Issue
Block a user