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

Commit dec32f9e authored by Shareef Ali's avatar Shareef Ali Committed by Gerrit Code Review
Browse files

Merge "Telephony: prevent NPE" into cm-10.2

parents 3fdb1fc4 72c14edb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -140,6 +140,9 @@ public class ApnContext {
    }

    public synchronized ArrayList<ApnSetting> getWaitingApns() {
        if (mWaitingApns == null) {
            return new ArrayList<ApnSetting>();
        }
        return mWaitingApns;
    }