fix: attachment borders
This commit is contained in:
@@ -192,7 +192,7 @@ class _MessageActionsModalState extends State<MessageActionsModal> {
|
||||
attachmentBorderRadiusGeometry: widget
|
||||
.attachmentBorderRadiusGeometry
|
||||
?.mirrorBorderIfReversed(
|
||||
reverse: widget.reverse),
|
||||
reverse: !widget.reverse),
|
||||
message: widget.message.copyWith(
|
||||
text: widget.message.text!.length > 200
|
||||
// ignore: lines_longer_than_80_chars
|
||||
|
||||
Reference in New Issue
Block a user