Avoid lint warning

This commit is contained in:
Juha Heinanen
2026-05-24 08:44:53 +03:00
parent d16429c246
commit 5668857c79

View File

@ -553,7 +553,7 @@ private fun TopAppBar(
actions = {
val selectedAor by viewModel.selectedAor.collectAsState()
val uas by BaresipService.uas
val uas by uas
val isMobile = uas.find { it.account.aor == selectedAor }?.account?.isMobile ?: false
if (!isMobile) {