mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Avoid too big dialog
This commit is contained in:
		@@ -69,7 +69,7 @@ class __AudioPlayerDialogState extends State<_AudioPlayerDialog> {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Widget _buildContent() => ConstrainedBox(
 | 
					  Widget _buildContent() => ConstrainedBox(
 | 
				
			||||||
        constraints: BoxConstraints(maxHeight: 300, maxWidth: 500),
 | 
					        constraints: BoxConstraints(maxHeight: 50, maxWidth: 500),
 | 
				
			||||||
        child: AsyncScreenWidget(
 | 
					        child: AsyncScreenWidget(
 | 
				
			||||||
          onReload: _initialize,
 | 
					          onReload: _initialize,
 | 
				
			||||||
          onBuild: _buildReadyContent,
 | 
					          onBuild: _buildReadyContent,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user