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

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

Snap for 6318517 from 5525a2fc to sc-release

Change-Id: I7c1b61da070e107508b35cb963e6baf87148721f
parents c548328f 5525a2fc
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();
    }
}