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

Commit 1c3f94cb authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Automerger Merge Worker
Browse files

Merge "Adjust code for API council feedback" am: 1627d663

Change-Id: Ib8531e5bb3b6dabe6a0be0e8d580394baf177224
parents 5892a295 1627d663
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