mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -04:00
Refactor wifiConfig in WifiHotspotManager
This commit is contained in:
parent
930364aac3
commit
9143af7aa4
@ -34,9 +34,8 @@ public class WifiHotspotManager {
|
||||
@Override
|
||||
public void onStarted(WifiManager.LocalOnlyHotspotReservation reservation) {
|
||||
super.onStarted(reservation);
|
||||
WifiConfiguration currentConfig;
|
||||
hotspotReservation = reservation;
|
||||
currentConfig = hotspotReservation.getWifiConfiguration();
|
||||
WifiConfiguration currentConfig = hotspotReservation.getWifiConfiguration();
|
||||
|
||||
printCurrentConfig(currentConfig);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user