mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-15 06:56:30 +00:00
Clean up merged lifecycle hooks
This commit is contained in:
parent
4acf93138f
commit
5c85453aa1
@ -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
|
||||
}
|
||||
|
||||
|
||||
@ -424,7 +424,6 @@ class GeohashViewModel(
|
||||
|
||||
override fun onCleared() {
|
||||
shutdownUiSubscriptions()
|
||||
super.onCleared()
|
||||
}
|
||||
|
||||
fun shutdownUiSubscriptions() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user