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