1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-13 11:54:52 +02:00

fix: ConnectivityResult.wifi regression (#14401)

This commit is contained in:
System Tester 2024-11-29 14:34:18 +10:00 committed by GitHub
parent 3d61548d7d
commit 56d2309122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ class BackupVerification extends _$BackupVerification {
return;
}
final connection = await Connectivity().checkConnectivity();
if (connection.contains(ConnectivityResult.wifi)) {
if (!connection.contains(ConnectivityResult.wifi)) {
if (context.mounted) {
ImmichToast.show(
context: context,