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

Commit a79bad63 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Minor update canHandleType()" am: 002e7fd1

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


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