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

Commit 606721c3 authored by Junyu Lai's avatar Junyu Lai Committed by Automerger Merge Worker
Browse files

Merge "Give netId a getter as requested by the API council." into rvc-dev am:...

Merge "Give netId a getter as requested by the API council." into rvc-dev am: 4e4f3cc8 am: d03d127f am: a1473af5 am: 9bffa111

Change-Id: I4f1c485f4e4fb34c3fb95575a616d6cfc0bc432c
parents 3565edb9 9bffa111
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -44,6 +44,6 @@ public class NetworkShimImpl extends com.android.networkstack.apishim.api29.Netw
     */
     */
    @Override
    @Override
    public int getNetId() {
    public int getNetId() {
        return mNetwork.netId;
        return mNetwork.getNetId();
    }
    }
}
}