Skip to content

Commit cfeb408

Browse files
nathannathan
authored andcommitted
lock connectivity_plus version
1 parent 554cfb5 commit cfeb408

File tree

4 files changed

+65
-48
lines changed

4 files changed

+65
-48
lines changed

frontend/app_flowy/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ windows/flutter/dart_ffi/
5858
**/**/*.a
5959
**/**/*.lib
6060
**/**/*.dll
61-
**/**/*.so
61+
**/**/*.so
62+
**/Brewfile.lock.json

frontend/app_flowy/lib/user/infrastructure/network_monitor.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ class NetworkMonitor {
4141
return NetworkType.Cell;
4242
case ConnectivityResult.none:
4343
return NetworkType.UnknownNetworkType;
44+
case ConnectivityResult.bluetooth:
45+
return NetworkType.UnknownNetworkType;
4446
}
4547
}();
4648
Log.info("Network type: $networkType");

0 commit comments

Comments
 (0)