power saving

This commit is contained in:
callebtc
2025-07-09 15:47:54 +02:00
parent d3e258b442
commit dd8aa083b9
5 changed files with 675 additions and 351 deletions
@@ -259,6 +259,11 @@ class ChatViewModel(application: Application) : AndroidViewModel(application), B
}
}
fun setAppBackgroundState(inBackground: Boolean) {
// Forward to connection manager for power optimization
meshService.connectionManager.setAppBackgroundState(inBackground)
}
// MARK: - Command Autocomplete (delegated)
fun updateCommandSuggestions(input: String) {