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:
		@@ -13,10 +13,6 @@ Future<PostVisibilityLevel> showPostVisibilityPickerDialog({
 | 
			
		||||
  required PostVisibilityLevel initialLevel,
 | 
			
		||||
  required bool isGroup,
 | 
			
		||||
}) async {
 | 
			
		||||
  assert(context != null);
 | 
			
		||||
  assert(initialLevel != null);
 | 
			
		||||
  assert(isGroup != null);
 | 
			
		||||
 | 
			
		||||
  final newLevel = await showDialog<PostVisibilityLevel>(
 | 
			
		||||
    context: context,
 | 
			
		||||
    builder: (c) => _PostVisibilityPickerWidget(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user