This commit is contained in:
callebtc
2025-07-25 19:17:36 +02:00
committed by GitHub
parent 34b3d8dd82
commit 271df2e720
4 changed files with 45 additions and 3 deletions
@@ -55,7 +55,8 @@ class ChatViewModel(
notificationManager = notificationManager,
coroutineScope = viewModelScope,
onHapticFeedback = { ChatViewModelUtils.triggerHapticFeedback(application.applicationContext) },
getMyPeerID = { meshService.myPeerID }
getMyPeerID = { meshService.myPeerID },
getMeshService = { meshService }
)
// Expose state through LiveData (maintaining the same interface)