fix: Fixed file clip bug

This commit is contained in:
Deven Joshi
2020-12-11 17:11:19 +05:30
parent edeb38a255
commit 102e6ce4d0
+1 -1
View File
@@ -362,7 +362,7 @@ class MessageInputState extends State<MessageInput> {
color: Colors.grey,
),
),
padding: EdgeInsets.all(6.0),
padding: _attachments.isEmpty ? null : EdgeInsets.all(6.0),
child: Column(
mainAxisSize: MainAxisSize.min,
children: [