mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
MESSENGER-3675 remove message bubbles from prod build, make them setable on beta build
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user