[mob][photos] Fix

This commit is contained in:
ashilkn 2024-11-07 23:59:18 +05:30
parent 25b26ec303
commit 65131a15ef

View File

@ -186,8 +186,7 @@ class _ClusterPageState extends State<ClusterPage> {
key: ValueKey(files.length),
),
),
body: Expanded(
child: SelectionState(
body: SelectionState(
selectedFiles: _selectedFiles,
child: Stack(
alignment: Alignment.bottomCenter,
@ -202,7 +201,6 @@ class _ClusterPageState extends State<ClusterPage> {
),
),
),
),
);
}
}