fix(mobile): make elements scrollable to avoid overflow in landscale (#7933)

fix(mobile): make elements scrollable to avoid overflow in landscape
This commit is contained in:
thielepaul
2024-03-14 13:28:18 +01:00
committed by GitHub
parent 2f78bff97c
commit 428b7b0c4e
5 changed files with 14 additions and 13 deletions
@@ -142,6 +142,7 @@ class AlbumOptionsPage extends HookConsumerWidget {
buildSharedUsersList() {
return ListView.builder(
primary: false,
shrinkWrap: true,
itemCount: sharedUsers.value.length,
itemBuilder: (context, index) {
@@ -188,9 +189,7 @@ class AlbumOptionsPage extends HookConsumerWidget {
centerTitle: true,
title: Text("translated_text_options".tr()),
),
body: Column(
mainAxisAlignment: MainAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.start,
body: ListView(
children: [
if (isOwner && album.shared)
SwitchListTile.adaptive(