mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Add missing space
This commit is contained in:
		@@ -148,7 +148,7 @@ Future<bool> showConfirmDialog({
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  // Avoid potential theme issues
 | 
					  // Avoid potential theme issues
 | 
				
			||||||
  var ctx = Scaffold.of(context).context;
 | 
					  var ctx = Scaffold.of(context).context;
 | 
				
			||||||
  ctx = ctx!= null ? ctx : context;
 | 
					  ctx = ctx != null ? ctx : context;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  final result = await showDialog<bool>(
 | 
					  final result = await showDialog<bool>(
 | 
				
			||||||
      context: ctx,
 | 
					      context: ctx,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user