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

Commit c6e72b30 authored by Christopher Wiley's avatar Christopher Wiley Committed by android-build-merger
Browse files

Merge "Use this.isUp() inside InterfaceConfiguration"

am: 239df3cc

Change-Id: Id6f064d7a74e41d757de2499653671fc830d217b
parents fb569582 239df3cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ public class InterfaceConfiguration implements Parcelable {
     */
    public boolean isActive() {
        try {
            if (hasFlag(FLAG_UP)) {
            if (isUp()) {
                for (byte b : mAddr.getAddress().getAddress()) {
                    if (b != 0) return true;
                }