mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
Resolve lint warnings in WifiHotspotManager.java
This commit is contained in:
parent
2bdff5aba6
commit
7b8fe6e98d
@ -22,9 +22,9 @@ import static org.kiwix.kiwixmobile.utils.StyleUtils.dialogStyle;
|
||||
public class WifiHotspotManager {
|
||||
private WifiManager wifiManager;
|
||||
private Context context;
|
||||
private WifiManager.LocalOnlyHotspotReservation hotspotReservation;
|
||||
private boolean oreoenabled = false;
|
||||
private WifiConfiguration currentConfig;
|
||||
WifiManager.LocalOnlyHotspotReservation hotspotReservation;
|
||||
boolean oreoenabled = false;
|
||||
WifiConfiguration currentConfig;
|
||||
|
||||
public WifiHotspotManager(Context context) {
|
||||
this.context = context;
|
||||
|
Loading…
x
Reference in New Issue
Block a user