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

Commit d376b6b0 authored by Ling Ma's avatar Ling Ma Committed by Jack Yu
Browse files

Minor update canHandleType()

Bug: 232632618
Test: manual
Merged-In: I5e1ca1361dfe04cd484e585f095aff0c5ff2579f
Change-Id: I5e1ca1361dfe04cd484e585f095aff0c5ff2579f
parent 8a3803d4
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).