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:
		@@ -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