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

Commit feebbaae authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by android-build-merger
Browse files

Merge "Notify subscription change when setting / clearing subscription group." am: a07aa5cb

am: fdc74838

Change-Id: I415aec0877377a670fbe929e42ec98de897e94b4
parents 32ce5575 fdc74838
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);