Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 289a4ed2 authored by Jeff Davidson's avatar Jeff Davidson Committed by Android (Google) Code Review
Browse files

Merge "Refresh subscription list on erase." into oc-dr1-dev

parents 474e64b2 fe80f408
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -781,6 +781,8 @@ public class EuiccController extends IEuiccController.Stub {
                    switch (result.result) {
                        case EraseResult.RESULT_OK:
                            resultCode = OK;
                            SubscriptionController.getInstance()
                                    .requestEmbeddedSubscriptionInfoListRefresh();
                            break;
                        case EraseResult.RESULT_GENERIC_ERROR:
                            resultCode = GENERIC_ERROR;