File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class BackupVerification extends _$BackupVerification {
35
35
return ;
36
36
}
37
37
final connection = await Connectivity ().checkConnectivity ();
38
- if (connection != ConnectivityResult .wifi) {
38
+ if (connection. contains ( ConnectivityResult .wifi) ) {
39
39
if (context.mounted) {
40
40
ImmichToast .show (
41
41
context: context,
Original file line number Diff line number Diff line change @@ -266,18 +266,18 @@ packages:
266
266
dependency: "direct main"
267
267
description:
268
268
name: connectivity_plus
269
- sha256: "224a77051d52a11fbad53dd57827594d3bd24f945af28bd70bab376d68d437f0 "
269
+ sha256: "2056db5241f96cdc0126bd94459fc4cdc13876753768fc7a31c425e50a7177d0 "
270
270
url: "https://pub.dev"
271
271
source: hosted
272
- version: "5 .0.2 "
272
+ version: "6 .0.5 "
273
273
connectivity_plus_platform_interface:
274
274
dependency: transitive
275
275
description:
276
276
name: connectivity_plus_platform_interface
277
- sha256: cf1d1c28f4416f8c654d7dc3cd638ec586076255d407cef3ddbdaf178272a71a
277
+ sha256: "42657c1715d48b167930d5f34d00222ac100475f73d10162ddf43e714932f204"
278
278
url: "https://pub.dev"
279
279
source: hosted
280
- version: "1.2.4 "
280
+ version: "2.0.1 "
281
281
convert:
282
282
dependency: transitive
283
283
description:
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies:
48
48
isar_flutter_libs : ^3.1.0+1
49
49
permission_handler : ^11.2.0
50
50
device_info_plus : ^10.0.0
51
- connectivity_plus : ^5 .0.2
51
+ connectivity_plus : ^6 .0.0
52
52
wakelock_plus : ^1.1.4
53
53
flutter_local_notifications : ^17.2.1+2
54
54
timezone : ^0.9.2
You can’t perform that action at this time.
0 commit comments