Display notice for threads enabled users only

This commit is contained in:
ismailgulek
2022-03-18 13:32:18 +03:00
parent 44467c5d70
commit 44629e3f0c
+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];
}