From 5668857c793ebdbfa838c980162396dae979cecf Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 24 May 2026 08:44:53 +0300 Subject: [PATCH] Avoid lint warning --- app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt b/app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt index 5f8e7796..26b36db4 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt @@ -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) {