Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
0c87f3d7eb chore(deps): update dependency flutter to v3.38.5 2025-12-17 16:52:35 +00:00
Alex
de1b448639 chore: show Select All button for iOS in backup album selection page (#24647) 2025-12-17 16:41:44 +00:00
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ experimental_monorepo_root = true
[tools]
node = "24.11.1"
flutter = "3.35.7"
flutter = "3.38.5"
pnpm = "10.24.0"
terragrunt = "0.93.10"
opentofu = "1.10.7"

View File

@@ -1,5 +1,4 @@
import 'dart:async';
import 'dart:io';
import 'package:auto_route/auto_route.dart';
import 'package:easy_localization/easy_localization.dart';
@@ -242,7 +241,6 @@ class _DriftBackupAlbumSelectionPageState extends ConsumerState<DriftBackupAlbum
),
),
if (Platform.isAndroid)
_SelectAllButton(filteredAlbums: filteredAlbums, selectedBackupAlbums: selectedBackupAlbums),
],
),