fix: Crash in settings when using MAS

This commit is contained in:
krille-chan 2025-02-20 17:19:04 +01:00
commit 99c49e3df2
No known key found for this signature in database
3 changed files with 188 additions and 201 deletions

View file

@ -35,7 +35,7 @@ class SettingsHomeserverView extends StatelessWidget {
),
),
body: MaxWidthBody(
withScrolling: false,
withScrolling: true,
child: SelectionArea(
child: Column(
mainAxisSize: MainAxisSize.min,