Loading src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ constructor( .collectAsStateWithLifecycle(initialValue = false) val isVoNrEnabled by remember { voNrRepository.isVoNrEnabledFlow(subId) } .collectAsStateWithLifecycle(initialValue = false) .collectAsStateWithLifecycle(null) val coroutineScope = rememberCoroutineScope() SwitchPreference( object : SwitchPreferenceModel { Loading Loading
src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ constructor( .collectAsStateWithLifecycle(initialValue = false) val isVoNrEnabled by remember { voNrRepository.isVoNrEnabledFlow(subId) } .collectAsStateWithLifecycle(initialValue = false) .collectAsStateWithLifecycle(null) val coroutineScope = rememberCoroutineScope() SwitchPreference( object : SwitchPreferenceModel { Loading