Skip to content

Commit f228591

Browse files
committed
perf: keep localNetworkIps
1 parent 58c8051 commit f228591

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/kotlin/li/songe/gkd/debug/HttpService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ class HttpService : Service(), OnCreate, OnDestroy {
8585
useAliveFlow(isRunning)
8686

8787
onCreated { localNetworkIpsFlow.value = getIpAddressInLocalNetwork() }
88-
onDestroyed { localNetworkIpsFlow.value = emptyList() }
8988

9089
onDestroyed {
9190
if (storeFlow.value.autoClearMemorySubs) {

0 commit comments

Comments
 (0)