Skip to content

Commit

Permalink
fix: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasC478 committed Sep 27, 2024
1 parent b322f7b commit bb30469
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ private BundleExchangeCounts exchangeWith(WifiP2pDevice device) {
7777);
} catch (Throwable e) {
logger.log(WARNING, "Failed to connect to " + device.deviceName, e);
e.printStackTrace();
} finally {
wifiDirectManager.disconnect();
broadcastBundleClientWifiEvent(BundleClientWifiDirectEventType.WIFI_DIRECT_CLIENT_EXCHANGE_FINISHED,
Expand Down

0 comments on commit bb30469

Please sign in to comment.