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 58c8051 commit f228591Copy full SHA for f228591
app/src/main/kotlin/li/songe/gkd/debug/HttpService.kt
@@ -85,7 +85,6 @@ class HttpService : Service(), OnCreate, OnDestroy {
85
useAliveFlow(isRunning)
86
87
onCreated { localNetworkIpsFlow.value = getIpAddressInLocalNetwork() }
88
- onDestroyed { localNetworkIpsFlow.value = emptyList() }
89
90
onDestroyed {
91
if (storeFlow.value.autoClearMemorySubs) {
0 commit comments