Modify the condition for hide Dds confirmed dialog
Bug: 318310357 Bug: 298898436 Bug: 298891941 Test: manual test and verify the UI. Change-Id: I68df36b457ea7479cd6a561f9c2b3c968e14fe44
This commit is contained in:
@@ -102,7 +102,7 @@ class SimOnboardingActivity : SpaBaseDialogActivity() {
|
||||
|
||||
if (onboardingService.activeSubInfoList.isEmpty()) {
|
||||
// TODO: refactor and replace the ToggleSubscriptionDialogActivity
|
||||
Log.e(TAG, "onboardingService.activeSubInfoList is empty" +
|
||||
Log.d(TAG, "onboardingService.activeSubInfoList is empty" +
|
||||
", start ToggleSubscriptionDialogActivity")
|
||||
this.startActivity(ToggleSubscriptionDialogActivity
|
||||
.getIntent(this.applicationContext, targetSubId, true))
|
||||
|
||||
Reference in New Issue
Block a user