Added safe area around textinput in talk
This commit is contained in:
@ -108,7 +108,7 @@ class _ChatViewState extends State<ChatView> {
|
||||
children: messages.reversed.toList(),
|
||||
),
|
||||
),
|
||||
ChatTextfield(widget.room.token),
|
||||
SafeArea(child: ChatTextfield(widget.room.token)),
|
||||
],
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user