mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
chore: modify for testing
This commit is contained in:
@@ -78,7 +78,7 @@ class SplashScreenPageState extends ConsumerState<SplashScreenPage> {
|
||||
}),
|
||||
_resumeBackup(backupProvider),
|
||||
// Sync cloud IDs if server version is compatible
|
||||
if (CurrentPlatform.isIOS && serverInfo.serverVersion.isAtLeast(major: 2, minor: 4))
|
||||
if (CurrentPlatform.isIOS && serverInfo.serverVersion.isAtLeast(major: 2, minor: 2))
|
||||
backgroundManager.syncCloudIds(),
|
||||
]);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user