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

Commit 319d8015 authored by Prerepa Viswanadham's avatar Prerepa Viswanadham
Browse files

Fix build

Change-Id: I94b54466ef75d6562a69e440aa611ef576ab61e8
parent 9c6fc6d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1270,14 +1270,14 @@ public class SubscriptionController extends ISub.Stub {
        try {
            if (DBG) logd("[clearSubInfo]+");

            int size = mSlotIdxToSubId.size();
            int size = sSlotIdxToSubId.size();

            if (size == 0) {
                if (DBG) logdl("[clearSubInfo]- no simInfo size=" + size);
                return 0;
            }

            mSlotIdxToSubId.clear();
            sSlotIdxToSubId.clear();
            if (DBG) logdl("[clearSubInfo]- clear size=" + size);
            return size;
        } finally {