mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Hide old sessions list when the new dm is enabled
This commit is contained in:
@@ -324,7 +324,7 @@ TableViewSectionsDelegate>
|
||||
|
||||
// Crypto sessions section
|
||||
|
||||
if (RiotSettings.shared.settingsSecurityScreenShowSessions)
|
||||
if (RiotSettings.shared.settingsSecurityScreenShowSessions && !RiotSettings.shared.enableNewSessionManager)
|
||||
{
|
||||
Section *sessionsSection = [Section sectionWithTag:SECTION_CRYPTO_SESSIONS];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user