Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8269eb1 authored by tom hsu's avatar tom hsu
Browse files

[Settings] Make Vo5G switch UI behavior as others in same page.

Flag: EXEMPT bug fix
Fix: b/409487718
Test: Visual
Test: atest
Change-Id: Idd777dc9beebd02679824ba6986a326543b86fdc
parent 533234f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -60,7 +60,7 @@ constructor(
                .collectAsStateWithLifecycle(initialValue = false)
                .collectAsStateWithLifecycle(initialValue = false)
        val isVoNrEnabled by
        val isVoNrEnabled by
            remember { voNrRepository.isVoNrEnabledFlow(subId) }
            remember { voNrRepository.isVoNrEnabledFlow(subId) }
                .collectAsStateWithLifecycle(initialValue = false)
                .collectAsStateWithLifecycle(null)
        val coroutineScope = rememberCoroutineScope()
        val coroutineScope = rememberCoroutineScope()
        SwitchPreference(
        SwitchPreference(
            object : SwitchPreferenceModel {
            object : SwitchPreferenceModel {