Prevent Activity not found crash

This commit is contained in:
Mygod
2021-05-05 19:20:24 -04:00
parent c16c5e0427
commit 6f9225b9cc

View File

@@ -48,7 +48,7 @@ class TetherTimeoutMonitor(private val timeout: Long = 0,
resources.getInteger(resources.findIdentifier("config_wifiFrameworkSoftApShutDownTimeoutMilliseconds", resources.getInteger(resources.findIdentifier("config_wifiFrameworkSoftApShutDownTimeoutMilliseconds",
"integer", "com.android.wifi.resources", info.packageName)) "integer", "com.android.wifi.resources", info.packageName))
} }
} catch (e: Resources.NotFoundException) { } catch (e: RuntimeException) {
Timber.w(e) Timber.w(e)
MIN_SOFT_AP_TIMEOUT_DELAY_MS MIN_SOFT_AP_TIMEOUT_DELAY_MS
} else MIN_SOFT_AP_TIMEOUT_DELAY_MS } else MIN_SOFT_AP_TIMEOUT_DELAY_MS