Merge "Correct the wording of mobile data summary" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
42321d57a1
@@ -32,7 +32,7 @@ fun MobileDataSwitchingPreference(
|
||||
isMobileDataEnabled: () -> Boolean?,
|
||||
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()
|
||||
SwitchPreference(
|
||||
object : SwitchPreferenceModel {
|
||||
|
Reference in New Issue
Block a user