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

Commit 552a84f5 authored by Malcolm Chen's avatar Malcolm Chen Committed by Nazanin Bakhshi
Browse files

Notify subscription change when setting / clearing subscription group.

Bug: 124338233
Test: manual
Change-Id: I0d90304cfcd6d3f1f754eb3bb8f1a1b197390778
Merged-In: I0d90304cfcd6d3f1f754eb3bb8f1a1b197390778
parent c4233f6d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2778,6 +2778,8 @@ public class SubscriptionController extends ISub.Stub {

            refreshCachedActiveSubscriptionInfoList();

            notifySubscriptionInfoChanged();

            return groupUUID;
        } finally {
            Binder.restoreCallingIdentity(identity);
@@ -2825,6 +2827,8 @@ public class SubscriptionController extends ISub.Stub {

            refreshCachedActiveSubscriptionInfoList();

            notifySubscriptionInfoChanged();

            return result != 0;
        } finally {
            Binder.restoreCallingIdentity(identity);