Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
tejmagar committed Oct 21, 2021
1 parent 1fc8938 commit dfae15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/tej/wifitoolslib/DeviceFinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private void sendFinishedEvent(List<DeviceItem> deviceItems) {

private void startPing() {
if (!NetworkInfo.isWifiConnected(context)) {
isRunning = true;
isRunning = false;
sendFailedEvent(WIFI_NOT_CONNECTED);
return;
}
Expand Down

0 comments on commit dfae15f

Please sign in to comment.