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

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

Merge "Use this.isUp() inside InterfaceConfiguration" am: 239df3cc am: c6e72b30

am: 31ac117b

Change-Id: If2c93c4affbdb3c1f27f874c509147f2cf50337f
parents 02ba8fbf 31ac117b
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;
                }