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

Commit 239df3cc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use this.isUp() inside InterfaceConfiguration"

parents 03e4eb32 87100cce
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;
                }