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

Commit 31ac117b 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

Change-Id: I21739e50ed2111afdb073299f96e8cd22788034c
parents a1d2e5a6 c6e72b30
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;
                }