We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b722aa6 commit 4957708Copy full SHA for 4957708
app/src/main/kotlin/io/homeassistant/companion/android/webview/WebViewPresenterImpl.kt
@@ -72,9 +72,6 @@ class WebViewPresenterImpl @Inject constructor(
72
73
private var matterThreadIntentSender: IntentSender? = null
74
75
- /** Tracks which servers have had their security level verified during this session */
76
- private val securityLevelVerifiedServers = mutableSetOf<Int>()
77
-
78
init {
79
mainScope.launch {
80
updateActiveServer()
0 commit comments