mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Continue to fix deprecation warnings
This commit is contained in:
@ -61,7 +61,7 @@ class _UserAccessDeniedScreenState extends SafeState<UserAccessDeniedScreen> {
|
||||
Widget _buildPage() {
|
||||
final size = MediaQuery.of(context).size;
|
||||
return Container(
|
||||
constraints: BoxConstraints.loose(size),
|
||||
width: size.width,
|
||||
child: SingleChildScrollView(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
|
Reference in New Issue
Block a user