diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/net/wifi/WifiApManager.kt b/mobile/src/main/java/be/mygod/vpnhotspot/net/wifi/WifiApManager.kt index 9d1cc427..ffb25244 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/net/wifi/WifiApManager.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/net/wifi/WifiApManager.kt @@ -96,6 +96,7 @@ object WifiApManager { * Called when information of softap changes. * * @param info is the softap information. {@link SoftApInfo} + * At most one will be returned on API 30. */ @RequiresApi(30) fun onInfoChanged(info: List) { }