Fix disableGroup
Root cause being SubscriptionInfo.getGroupUuid is type of UUID while SubscriptionInfoInternal.getGroupUuid is type of String, which are unequal hence causing the issue. Fix: 319163260 Test: manual reproduce and verify and Unit test Change-Id: I5f4090bf033b923a553701f04ae004abec5ad8d1
Loading
Please register or sign in to comment