File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
mobile/lib/ui/viewer/people Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments