You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 15 seconds of the timeout, the error message is shown "Something came up. The application has cancelled the request to choose a device" in the app. How to resolve this issue?
After 15 seconds of the timeout, the error message is shown "Something came up. The application has cancelled the request to choose a device" in the app. How to resolve this issue?
private fun connectHidden(context: Context) {
WifiUtils.withContext(context)
.connectWith(textview_ssid.text.toString(), textview_password.text.toString(),TypeEnum.EAP)
.setTimeout(15000)
.onConnectionResult(object : ConnectionSuccessListener {
override fun success() {
Toast.makeText(context, "SUCCESS!", Toast.LENGTH_SHORT).show()
}
The text was updated successfully, but these errors were encountered: