MESSENGER-3977 disable Threadpopup if threads are disabled

This commit is contained in:
Frank Rotermund
2023-01-02 11:42:21 +01:00
parent 4970a16ff0
commit adb9206384
+1 -1
View File
@@ -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];
}