mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-21 17:25:16 +00:00
Fix a few notices
This commit is contained in:
@ -18,9 +18,7 @@ class CallWindowWidget extends StatefulWidget {
|
||||
Key? key,
|
||||
required this.convID,
|
||||
required this.onClose,
|
||||
}) : assert(convID != null),
|
||||
assert(onClose != null),
|
||||
super(key: key);
|
||||
}) : super(key: key);
|
||||
|
||||
@override
|
||||
_CallWindowWidgetState createState() => _CallWindowWidgetState();
|
||||
|
Reference in New Issue
Block a user