mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Display notice for threads enabled users only
This commit is contained in:
@@ -636,7 +636,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
|
||||
self.showSettingsInitially = NO;
|
||||
|
||||
if (!RiotSettings.shared.threadsNoticeDisplayed)
|
||||
if (!RiotSettings.shared.threadsNoticeDisplayed && RiotSettings.shared.enableThreads)
|
||||
{
|
||||
[self showThreadsNotice];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user