From ba68728ac0ab8dab8189f73c98954e8c69606222 Mon Sep 17 00:00:00 2001 From: Mygod Date: Thu, 2 Jul 2020 07:13:14 +0800 Subject: [PATCH] Fix order --- .../be/mygod/vpnhotspot/net/wifi/SoftApConfigurationCompat.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/net/wifi/SoftApConfigurationCompat.kt b/mobile/src/main/java/be/mygod/vpnhotspot/net/wifi/SoftApConfigurationCompat.kt index df8ccff7..db015ac5 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/net/wifi/SoftApConfigurationCompat.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/net/wifi/SoftApConfigurationCompat.kt @@ -218,8 +218,8 @@ data class SoftApConfigurationCompat( isHiddenSsid, getBand(this) as Int, getChannel(this) as Int, - securityType, getMaxNumberOfClients(this) as Int, + securityType, isAutoShutdownEnabled(this) as Boolean, getShutdownTimeoutMillis(this) as Long, isClientControlByUserEnabled(this) as Boolean,