Clean up merged lifecycle hooks

This commit is contained in:
Dev 2026-07-28 02:31:33 +03:00
parent 4acf93138f
commit 5c85453aa1
2 changed files with 0 additions and 2 deletions

View File

@ -553,7 +553,6 @@ class ChatViewModel(
ndrInviteRetries.cancelAll()
geohashViewModel.shutdownUiSubscriptions()
com.bitchat.android.services.AppStateStore.setSelectedPrivateChatPeer(null)
super.onCleared()
// Note: Mesh service lifecycle is now managed by MainActivity
}

View File

@ -424,7 +424,6 @@ class GeohashViewModel(
override fun onCleared() {
shutdownUiSubscriptions()
super.onCleared()
}
fun shutdownUiSubscriptions() {