scan duration fix (#557)

This commit is contained in:
callebtc
2026-01-05 16:41:41 +07:00
committed by GitHub
parent 171483a1da
commit eef831fe60
7 changed files with 47 additions and 27 deletions
@@ -750,10 +750,6 @@ class ChatViewModel(
return meshService.getDebugStatus()
}
fun setAppBackgroundState(inBackground: Boolean) {
notificationManager.setAppBackgroundState(inBackground)
}
fun setCurrentPrivateChatPeer(peerID: String?) {
notificationManager.setCurrentPrivateChatPeer(peerID)
}