Refactor WifiHotspotManager

This commit is contained in:
Adeel Zafar 2019-08-16 22:09:31 +05:00
parent 6526db70b4
commit ac62c1d2cc

View File

@ -67,7 +67,6 @@ public class WifiHotspotManager {
if (hotspotReservation != null) {
hotspotReservation.close();
hotspotReservation = null;
isHotspotEnabled = false;
Log.v(TAG, "Turned off hotspot");
}
}