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