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

Commit 87100cce authored by Christopher Wiley's avatar Christopher Wiley
Browse files

Use this.isUp() inside InterfaceConfiguration

Bug: 31337216
Test: Compiles
Change-Id: I968a739f9ada47b1357932d2da76451eb26c3d5f
parent 9a904d68
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;
                }