2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-11 13:47:24 +00:00

Adjust outgoing bubble text and icon colors.

This commit is contained in:
John Preston
2021-09-06 22:45:38 +03:00
parent c318f57fc0
commit 4273167aa2
11 changed files with 155 additions and 36 deletions

View File

@@ -421,8 +421,6 @@ void CloudThemes::parseChatThemes(const QVector<MTPChatTheme> &list) {
.light = CloudTheme::Parse(_session, data.vtheme(), true),
.dark = CloudTheme::Parse(_session, data.vdark_theme(), true),
});
AssertIsDebug();
std::swap(_chatThemes.back().light, _chatThemes.back().dark);
});
}
}