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

Commit 36b46761 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove usage of hidden .netId in IpConnectivityLog"

parents 61209f85 26a1726b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ public class IpConnectivityLog {
     * @return true if the event was successfully logged.
     */
    public boolean log(@NonNull Network network, @NonNull int[] transports, @NonNull Event data) {
        return log(network.netId, transports, data);
        return log(network.getNetId(), transports, data);
    }

    /**