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

Commit 131746ba authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am e55e5b84: am 3957b5fc: Fix the build.

* commit 'e55e5b84':
  Fix the build.
parents 86a94395 e55e5b84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -267,7 +267,7 @@ public class NetworkUtils {
        String result = null;
        for (int i = 0; i < 4; i++) {
            try {
                if (octets[i].length > 3) return addr;
                if (octets[i].length() > 3) return addr;
                builder.append(Integer.parseInt(octets[i]));
            } catch (NumberFormatException e) {
                return addr;