fix indicator

This commit is contained in:
Salvatore Giordano
2021-01-12 14:50:47 +01:00
parent 294c9edafb
commit 04902f6a81
+1 -1
View File
@@ -428,7 +428,7 @@ class _MessageWidgetState extends State<MessageWidget> {
if (widget.showReactionPickerIndicator)
Positioned(
right: 0,
top: -6,
top: -8,
child: Transform(
transform: Matrix4.rotationY(
widget.reverse ? pi : 0),