mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix a few notices
This commit is contained in:
		@@ -129,8 +129,7 @@ class _NewCustomEmojiDialog extends StatefulWidget {
 | 
			
		||||
  const _NewCustomEmojiDialog({
 | 
			
		||||
    Key? key,
 | 
			
		||||
    required this.currentList,
 | 
			
		||||
  })  : assert(currentList != null),
 | 
			
		||||
        super(key: key);
 | 
			
		||||
  }) : super(key: key);
 | 
			
		||||
 | 
			
		||||
  @override
 | 
			
		||||
  _NewCustomEmojiDialogState createState() => _NewCustomEmojiDialogState();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user