Add hack to fix crash when sending long text reactions
This is some bug in Flow (that is really hard to debug, I can't get it
to exit at all) but we can work around it for a minor visual impact. It
seems to me allow the reaction list to become slightly larger, but
that's about it.
BUG: 504344
FIXED-IN: 25.12.2
(cherry picked from commit 93e932c09c)
This commit is contained in:
@@ -23,9 +23,7 @@ Flow {
|
|||||||
*/
|
*/
|
||||||
required property ReactionModel reactionModel
|
required property ReactionModel reactionModel
|
||||||
|
|
||||||
Layout.fillWidth: true
|
// HACK: We do not set Layout properties here, see BUG 504344 for the crash it caused.
|
||||||
Layout.fillHeight: true
|
|
||||||
Layout.maximumWidth: Message.maxContentWidth
|
|
||||||
|
|
||||||
spacing: Kirigami.Units.smallSpacing
|
spacing: Kirigami.Units.smallSpacing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user