mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
MESSENGER-3977 disable Threadpopup if threads are disabled
This commit is contained in:
@@ -687,7 +687,7 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
|
||||
self.showSettingsInitially = NO;
|
||||
|
||||
if (!RiotSettings.shared.threadsNoticeDisplayed && RiotSettings.shared.enableThreads)
|
||||
if (!RiotSettings.shared.threadsNoticeDisplayed && RiotSettings.shared.enableThreads && BWIBuildSettings.shared.bwiShowThreads)
|
||||
{
|
||||
[self showThreadsNotice];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user