Merge "Correct the disable button text" into udc-dev am: 107690cb55
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/22307475 Change-Id: Ibf944b896135f4e6d905da3abedc082c06bcc8a1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -112,11 +112,10 @@ class AppDisableButton(
|
||||
@Composable
|
||||
private fun confirmDialogPresenter() = rememberAlertDialogPresenter(
|
||||
confirmButton = AlertDialogButton(
|
||||
text = stringResource(R.string.reset_app_preferences_button),
|
||||
text = stringResource(R.string.app_disable_dlg_positive),
|
||||
onClick = packageInfoPresenter::disable,
|
||||
),
|
||||
dismissButton = AlertDialogButton(stringResource(R.string.cancel)),
|
||||
title = stringResource(R.string.app_disable_dlg_positive),
|
||||
text = { Text(stringResource(R.string.app_disable_dlg_text)) },
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user