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

Commit f13a115c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6321095 from c31d12b6 to mainline-release

Change-Id: I683a544202acd0df7e6b699fdde2b0de3414fcf1
parents e59d4c53 c31d12b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ public class NetworkInformationShimImpl extends
    @Override
    public String getSsid(@Nullable NetworkCapabilities nc) {
        if (nc == null) return null;
        return nc.getSSID();
        return nc.getSsid();
    }

    @NonNull
+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();
    }
}