chore: cleanup, document, and test some RTL code (#5473)

This commit is contained in:
nerix
2024-07-27 13:19:26 +02:00
committed by GitHub
parent a2cbe6377d
commit ff7cc09f8b
8 changed files with 413 additions and 104 deletions
-2
View File
@@ -593,8 +593,6 @@ void SingleLineTextElement::addToContainer(MessageLayoutContainer &container,
// once we encounter an emote or reach the end of the message text. */
QString currentText;
container.first = FirstWord::Neutral;
bool firstIteration = true;
for (Word &word : this->words_)
{