Merge "Correct the wording of mobile data summary" into main

This commit is contained in:
SongFerng Wang
2024-04-30 09:31:13 +00:00
committed by Android (Google) Code Review

View File

@@ -32,7 +32,7 @@ fun MobileDataSwitchingPreference(
isMobileDataEnabled: () -> Boolean?, isMobileDataEnabled: () -> Boolean?,
setMobileDataEnabled: (newEnabled: Boolean) -> Unit, setMobileDataEnabled: (newEnabled: Boolean) -> Unit,
) { ) {
val mobileDataSummary = stringResource(id = R.string.primary_sim_automatic_data_msg) val mobileDataSummary = stringResource(id = R.string.mobile_data_settings_summary)
val coroutineScope = rememberCoroutineScope() val coroutineScope = rememberCoroutineScope()
SwitchPreference( SwitchPreference(
object : SwitchPreferenceModel { object : SwitchPreferenceModel {