fix swipable visible on navigator gesture

This commit is contained in:
Salvatore Giordano
2021-03-11 17:20:26 +01:00
parent 39c2106497
commit ca1f70948e
@@ -1029,7 +1029,7 @@ class _MessageListViewState extends State<MessageListView> {
backgroundIcon: StreamSvgIcon.reply(
color: StreamChatTheme.of(context).colorTheme.accentBlue,
),
child: child,
child: Container(child: child),
);
}