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

Commit 686aa7fe authored by Junyu Lai's avatar Junyu Lai Committed by Android (Google) Code Review
Browse files

Merge "Adjust code for API council feedback" into rvc-dev

parents 4e4f3cc8 8c8ae019
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