fix reaction picker

This commit is contained in:
Salvatore Giordano
2021-01-13 16:22:46 +01:00
parent 87d9fd06fa
commit 6535e44313
+2 -2
View File
@@ -434,8 +434,8 @@ class _MessageWidgetState extends State<MessageWidget> {
),
if (widget.showReactionPickerIndicator)
Positioned(
right: widget.reverse ? -6 : 6,
top: -6,
right: 4,
top: -8,
child: Transform(
transform: Matrix4.rotationY(
widget.reverse ? pi : 0),