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

Commit 002e7fd1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Minor update canHandleType()"

parents 572a3587 d376b6b0
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1134,10 +1134,7 @@ public class ApnSetting implements Parcelable {
            return false;
        }
        // DEFAULT can handle HIPRI.
        if (hasApnType(type)) {
            return true;
        }
        return false;
        return hasApnType(type);
    }

    // Check whether the types of two APN same (even only one type of each APN is same).