Reload thread screen for the first message

This commit is contained in:
ismailgulek
2022-03-15 16:15:38 +03:00
parent 2f056f42b0
commit 27e3e0ab2c
@@ -968,11 +968,6 @@ const CGFloat kTypingCellHeight = 24;
- (void)threadingService:(MXThreadingService *)service didCreateNewThread:(MXThread *)thread direction:(MXTimelineDirection)direction
{
if (self.threadId)
{
// no need to reload the thread screen
return;
}
if (direction == MXTimelineDirectionBackwards)
{
// no need to reload when paginating back