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

Commit 72cbd686 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix null pointer exception during data profiles reading"

parents e5d4df6d 83234f70
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -124,6 +124,7 @@ public class DataProfileOmh extends DataProfile {
                "IP", "IP", 0);
        this.mProfileId = profileId;
        this.mPriority = priority;
        this.types = new String[0];
    }

    @Override