|
|
@ -316,7 +316,7 @@ class ChatView extends StatelessWidget {
|
|
|
|
if (controller.room.canSendDefaultMessages &&
|
|
|
|
if (controller.room.canSendDefaultMessages &&
|
|
|
|
controller.room.membership == Membership.join)
|
|
|
|
controller.room.membership == Membership.join)
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
margin: EdgeInsets.only(
|
|
|
|
bottom: bottomSheetPadding,
|
|
|
|
bottom: bottomSheetPadding,
|
|
|
|
left: bottomSheetPadding,
|
|
|
|
left: bottomSheetPadding,
|
|
|
|
right: bottomSheetPadding,
|
|
|
|
right: bottomSheetPadding,
|
|
|
|