mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +00:00
[mob][photos] Fix
This commit is contained in:
parent
25b26ec303
commit
65131a15ef
@ -186,20 +186,18 @@ class _ClusterPageState extends State<ClusterPage> {
|
|||||||
key: ValueKey(files.length),
|
key: ValueKey(files.length),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
body: Expanded(
|
body: SelectionState(
|
||||||
child: SelectionState(
|
selectedFiles: _selectedFiles,
|
||||||
selectedFiles: _selectedFiles,
|
child: Stack(
|
||||||
child: Stack(
|
alignment: Alignment.bottomCenter,
|
||||||
alignment: Alignment.bottomCenter,
|
children: [
|
||||||
children: [
|
gallery,
|
||||||
gallery,
|
FileSelectionOverlayBar(
|
||||||
FileSelectionOverlayBar(
|
ClusterPage.overlayType,
|
||||||
ClusterPage.overlayType,
|
_selectedFiles,
|
||||||
_selectedFiles,
|
clusterID: widget.clusterID,
|
||||||
clusterID: widget.clusterID,
|
),
|
||||||
),
|
],
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user