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

Commit d4ddbe3d authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Android (Google) Code Review
Browse files

Merge "Notify subscription change when setting / clearing subscription group."

parents c43bf43c 9f2108ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2771,6 +2771,8 @@ public class SubscriptionController extends ISub.Stub {

            refreshCachedActiveSubscriptionInfoList();

            notifySubscriptionInfoChanged();

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

            refreshCachedActiveSubscriptionInfoList();

            notifySubscriptionInfoChanged();

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