mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Fix cell layout when thread root is a poll
This commit is contained in:
@@ -297,6 +297,12 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
|
||||
// do not consider this cell data if threads not enabled in the timeline
|
||||
return NO;
|
||||
}
|
||||
|
||||
if (roomDataSource.threadId)
|
||||
{
|
||||
// do not consider this cell data if in a thread view
|
||||
return NO;
|
||||
}
|
||||
|
||||
return super.hasThreadRoot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user