1
0
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:
2022-03-11 16:36:42 +01:00
parent 06312512a6
commit 45e8f34c81
26 changed files with 38 additions and 110 deletions

View File

@ -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();