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,8 +186,7 @@ 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,
|
||||||
@ -202,7 +201,6 @@ class _ClusterPageState extends State<ClusterPage> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user