Use full bubble width in message text rendering.

Fixes #28331.
This commit is contained in:
John Preston 2024-08-30 17:55:56 +04:00
parent 08f3a6fb40
commit ec28f258fb

View file

@ -1933,6 +1933,7 @@ void Message::paintText(
.pausedSpoiler = context.paused || On(PowerSaving::kChatSpoiler),
.selection = context.selection,
.highlight = highlightRequest ? &*highlightRequest : nullptr,
.useFullWidth = true,
});
}