Skip to content

Commit 65131a1

Browse files
committed
[mob][photos] Fix
1 parent 25b26ec commit 65131a1

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

mobile/lib/ui/viewer/people/cluster_page.dart

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -186,20 +186,18 @@ class _ClusterPageState extends State<ClusterPage> {
186186
key: ValueKey(files.length),
187187
),
188188
),
189-
body: Expanded(
190-
child: SelectionState(
191-
selectedFiles: _selectedFiles,
192-
child: Stack(
193-
alignment: Alignment.bottomCenter,
194-
children: [
195-
gallery,
196-
FileSelectionOverlayBar(
197-
ClusterPage.overlayType,
198-
_selectedFiles,
199-
clusterID: widget.clusterID,
200-
),
201-
],
202-
),
189+
body: SelectionState(
190+
selectedFiles: _selectedFiles,
191+
child: Stack(
192+
alignment: Alignment.bottomCenter,
193+
children: [
194+
gallery,
195+
FileSelectionOverlayBar(
196+
ClusterPage.overlayType,
197+
_selectedFiles,
198+
clusterID: widget.clusterID,
199+
),
200+
],
203201
),
204202
),
205203
),

0 commit comments

Comments
 (0)