Reformat WifiHotspotManager

This commit is contained in:
Adeel Zafar 2019-08-11 13:46:08 +05:00
parent 3b52ec876b
commit 5208bc5692

View File

@ -9,7 +9,6 @@ import android.util.Log;
import androidx.annotation.RequiresApi;
import org.kiwix.kiwixmobile.webserver.ServerStateListener;
/**
* WifiHotstopManager class makes use of the Android's WifiManager and WifiConfiguration class
* to implement the wifi hotspot feature.
@ -84,5 +83,4 @@ public class WifiHotspotManager {
public boolean checkHotspotState() {
return hotspotReservation != null;
}
}