mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Improve buttons bar
This commit is contained in:
@ -41,7 +41,12 @@ class _CallWindowWidgetState extends State<CallWindowWidget> {
|
||||
left: _left,
|
||||
top: _top,
|
||||
child: Draggable(
|
||||
child: Card(child: CallScreen(convID: widget.convID)),
|
||||
child: Card(
|
||||
child: CallScreen(
|
||||
convID: widget.convID,
|
||||
floatingButtons: false,
|
||||
),
|
||||
),
|
||||
feedback: Container(
|
||||
width: _WindowSize.width,
|
||||
height: _WindowSize.height,
|
||||
|
Reference in New Issue
Block a user