Display notice for threads enabled users only

This commit is contained in:
ismailgulek
2022-03-18 13:32:18 +03:00
parent d3f0fe900f
commit 1fbd92d5d5
+1 -1
View File
@@ -636,7 +636,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
self.showSettingsInitially = NO;
if (!RiotSettings.shared.threadsNoticeDisplayed)
if (!RiotSettings.shared.threadsNoticeDisplayed && RiotSettings.shared.enableThreads)
{
[self showThreadsNotice];
}