Skip to content

Commit

Permalink
fix: removed assert password != null
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Marra authored and alexma01 committed Mar 17, 2024
1 parent 6b7db7e commit e230b99
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ public void connectToProtectedWifiSSID(@NonNull ReadableMap options, final Promi

this.removeWifiNetwork(ssid, promise, () -> {
assert ssid != null;
assert password != null;
connectToWifiDirectly(ssid, password, isHidden, secondsTimeout, promise);
});
}
Expand Down

0 comments on commit e230b99

Please sign in to comment.