Disable "Reset app preference" during call
Reset app preference will dismiss all the notification, disable "Reset app preference" during call so in call notification not get dismissed. Fix: 342627537 Test: manual - try "Reset app preference" during call Change-Id: Ida9961ca30dc80c05d4de5bc9faac3203967f3d3
This commit is contained in:
@@ -499,14 +499,13 @@ class SimOnboardingActivity : SpaBaseDialogActivity() {
|
||||
SettingsAlertDialogWithIcon(
|
||||
onDismissRequest = cancelAction,
|
||||
confirmButton = AlertDialogButton(
|
||||
getString(R.string.sim_onboarding_setup),
|
||||
nextAction
|
||||
text = getString(R.string.sim_onboarding_setup),
|
||||
onClick = nextAction,
|
||||
),
|
||||
dismissButton = AlertDialogButton(
|
||||
text = getString(R.string.sim_onboarding_close),
|
||||
onClick = cancelAction,
|
||||
),
|
||||
dismissButton =
|
||||
AlertDialogButton(
|
||||
getString(R.string.sim_onboarding_close),
|
||||
cancelAction
|
||||
),
|
||||
title = stringResource(R.string.sim_onboarding_dialog_starting_title),
|
||||
icon = {
|
||||
Icon(
|
||||
|
||||
Reference in New Issue
Block a user