mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
MESSENGER-3861 fix avatar creation for dms and disable side menu coach
This commit is contained in:
@@ -4959,7 +4959,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
if (RiotSettings.shared.settingsScreenShowSimpleTimeLineOptions) {
|
||||
[timelineSection addRowWithTag:TIMELINE_SIMPLE_INDEX];
|
||||
} else {
|
||||
if (BWIBuildSettings.shared.bwiShowMessageBubbles)
|
||||
if (BWIBuildSettings.shared.bwiShowMessageBubbleSettings)
|
||||
{
|
||||
[timelineSection addRowWithTag:USER_INTERFACE_TIMELINE_STYLE_INDEX];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user