MESSENGER-3675 remove message bubbles from prod build, make them setable on beta build

This commit is contained in:
Frank Rotermund
2022-10-05 14:44:04 +02:00
parent e205a1f8ca
commit f67f40dec9
7 changed files with 15 additions and 5 deletions
@@ -4979,6 +4979,11 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
if (RiotSettings.shared.settingsScreenShowSimpleTimeLineOptions) {
[timelineSection addRowWithTag:TIMELINE_SIMPLE_INDEX];
} else {
if (BuildSettings.bwiShowMessageBubbles)
{
[timelineSection addRowWithTag:USER_INTERFACE_TIMELINE_STYLE_INDEX];
}
if (RiotSettings.shared.settingsScreenShowTimeStampOption) {
[timelineSection addRowWithTag:TIMELINE_TIMESTAMP_INDEX];
}