Don't show thread list button in threads

This commit is contained in:
ismailgulek
2021-11-22 11:46:45 +03:00
parent 60f0a86f16
commit 3e88563915
+1 -1
View File
@@ -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];