1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-11-04 12:14:11 +00:00

Fix a few notices

This commit is contained in:
2022-03-11 16:27:01 +01:00
parent 5398970868
commit 06312512a6
15 changed files with 19 additions and 52 deletions

View File

@@ -36,8 +36,7 @@ class _JoinGroupPaneBody extends StatefulWidget {
const _JoinGroupPaneBody({
Key? key,
required this.onUpdated,
}) : assert(onUpdated != null),
super(key: key);
}) : super(key: key);
@override
JoinGroupPaneBodyState createState() => JoinGroupPaneBodyState();