mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-20 08:45:17 +00:00
Fix a few notices
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user