mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
Removing null from hotspot reservation
This commit is contained in:
parent
78bf84e151
commit
7603f8d5e9
@ -28,7 +28,7 @@ import static org.kiwix.kiwixmobile.utils.StyleUtils.dialogStyle;
|
||||
public class WifiHotspotManager {
|
||||
private WifiManager wifiManager;
|
||||
private Context context;
|
||||
private WifiManager.LocalOnlyHotspotReservation hotspotReservation = null;
|
||||
private WifiManager.LocalOnlyHotspotReservation hotspotReservation;
|
||||
private boolean oreoenabled = false;
|
||||
private WifiConfiguration currentConfig;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user