mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Avoid data source reload on thread screen itself
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user