mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
Reformat WifiHotspotManager
This commit is contained in:
parent
3b52ec876b
commit
5208bc5692
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user