Version Update

This commit is contained in:
Frank Rotermund
2022-11-23 15:45:23 +00:00
parent 28c94400f7
commit ad96ec7631
4 changed files with 6 additions and 2 deletions
@@ -493,7 +493,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
Section *sectionSecurity = [Section sectionWithTag:SECTION_TAG_SECURITY];
[sectionSecurity addRowWithTag:SECURITY_BUTTON_INDEX];
if (RiotSettings.shared.enableNewSessionManager)
if (RiotSettings.shared.enableNewSessionManager || BWIBuildSettings.shared.showSessionManager)
{
// NOTE: Add device manager entry point in the security section atm for debug purpose
[sectionSecurity addRowWithTag:DEVICE_MANAGER_INDEX];