mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	Merge branch 'fix_busy_loop' into 'main'
fix: busy loop due to CircularProgressIndicator See merge request famedly/fluffychat!453
This commit is contained in:
		
						commit
						9f4747057c
					
				@ -58,7 +58,7 @@ class _ConnectionStatusHeaderState extends State<ConnectionStatusHeader> {
 | 
			
		||||
            height: 24,
 | 
			
		||||
            child: CircularProgressIndicator(
 | 
			
		||||
              strokeWidth: 2,
 | 
			
		||||
              value: _status.progress,
 | 
			
		||||
              value: _connected ? 1.0 : _status.progress,
 | 
			
		||||
            ),
 | 
			
		||||
          ),
 | 
			
		||||
          SizedBox(width: 12),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user