Commit cf1d272
committed
fixes #214 correct Wi-Fi check condition to prevent false modal display on upload
The previous condition used `!= ConnectivityResult.wifi`, which failed
when the result was a list of connections (e.g., multiple active interfaces).
Now uses `.contains()` to ensure Wi-Fi is truly absent before showing the modal.1 parent fc6cacb commit cf1d272
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments