Skip to content

Commit

Permalink
fix analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Nov 18, 2024
1 parent 78763b4 commit 26615e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pages/host_scan_page/host_scan_bloc/host_scan_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ class HostScanBloc extends Bloc<HostScanEvent, HostScanState> {
} else if (wifiGatewayIP != null) {
gatewayIp = wifiGatewayIP;
debugPrint(
'Taking gatewayIp from NetworkInfo().getWifiGatewayIP(): $gatewayIp');
'Taking gatewayIp from NetworkInfo().getWifiGatewayIP(): $gatewayIp',
);
} else {
// NetworkInfo().getWifiGatewayIP() is null on android 35, so fail-safe
// to NetworkInfo().getWifiIP()
Expand Down

0 comments on commit 26615e0

Please sign in to comment.