mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Don't show thread list button in threads
This commit is contained in:
@@ -1758,7 +1758,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
|
||||
[self refreshMissedDiscussionsCount:YES];
|
||||
|
||||
if (RiotSettings.shared.enableThreads)
|
||||
if (RiotSettings.shared.enableThreads && !self.roomDataSource.threadId)
|
||||
{
|
||||
UIBarButtonItem *itemThreadList = [self threadListBarButtonItem];
|
||||
[rightBarButtonItems insertObject:itemThreadList atIndex:0];
|
||||
|
||||
Reference in New Issue
Block a user