MESSENGER-4697 enable SessionManager in Prod, fix peralink pills fix Matomo config bug when login out

This commit is contained in:
Frank Rotermund
2023-05-15 17:06:25 +02:00
parent b0439d3d36
commit 929d70877d
8 changed files with 26 additions and 12 deletions
@@ -503,7 +503,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
Section *sectionSecurity = [Section sectionWithTag:SECTION_TAG_SECURITY];
[sectionSecurity addRowWithTag:SECURITY_BUTTON_INDEX];
if (RiotSettings.shared.enableNewSessionManager || BWIBuildSettings.shared.showSessionManager)
if (RiotSettings.shared.enableNewSessionManager || BWIBuildSettings.shared.enableNewSessionManagerByDefault)
{
// NOTE: Add device manager entry point in the security section atm for debug purpose
[sectionSecurity addRowWithTag:DEVICE_MANAGER_INDEX];