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

Commit af6eddb1 authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Fix build.

Change-Id: I9ac1c28de4f3f11f84b04923d4547ab64dd57f23
parent 09778650
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -330,4 +330,8 @@ public class EthernetDataTracker implements NetworkStateTracker {
    public String getTcpBufferSizesPropName() {
        return "net.tcp.buffersize.wifi";
    }

    public void setDependencyMet(boolean met) {
        // not supported on this network
    }
}