MESSENGER-3861 fix avatar creation for dms and disable side menu coach

This commit is contained in:
Frank Rotermund
2022-11-23 14:16:25 +01:00
parent e334906ba6
commit 6b903acc03
4 changed files with 21 additions and 16 deletions
@@ -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];
}