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

Commit e143157e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Minor update canHandleType()" into tm-qpr-dev am: 5c14f88b am: 6208e971

parents 725e022b 6208e971
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1137,10 +1137,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).