mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Merge branch 'develop' into steve/5903_lls_start
# Conflicts: # Riot/Modules/Room/RoomViewController.h # RiotSwiftUI/Modules/Room/LocationSharing/Coordinator/LocationSharingCoordinator.swift # RiotSwiftUI/Modules/Room/LocationSharing/LocationSharingModels.swift # RiotSwiftUI/Modules/Room/LocationSharing/LocationSharingViewModel.swift
This commit is contained in:
@@ -982,6 +982,13 @@ const CGFloat kTypingCellHeight = 24;
|
||||
// no need to reload when paginating back
|
||||
return;
|
||||
}
|
||||
|
||||
BOOL notify = YES;
|
||||
if (self.threadId)
|
||||
{
|
||||
// no need to notify the thread screen, it'll cause a flickering
|
||||
notify = NO;
|
||||
}
|
||||
NSUInteger count = 0;
|
||||
@synchronized (bubbles)
|
||||
{
|
||||
@@ -989,7 +996,7 @@ const CGFloat kTypingCellHeight = 24;
|
||||
}
|
||||
if (count > 0)
|
||||
{
|
||||
[self reload];
|
||||
[self reloadNotifying:notify];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user