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

Commit 1f12afd0 authored by Chalard Jean's avatar Chalard Jean Committed by Gerrit Code Review
Browse files

Merge "Give netId a getter as requested by the API council."

parents ee7adee0 a1f4793c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,6 +44,6 @@ public class NetworkShimImpl extends com.android.networkstack.apishim.api29.Netw
     */
    @Override
    public int getNetId() {
        return mNetwork.netId;
        return mNetwork.getNetId();
    }
}