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

Commit aab7aca7 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Gerrit Code Review
Browse files

Merge "Adjust code for API council feedback"

parents dffcd7a9 48adfc07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public final class WifiNoInternetDialog extends AlertActivity implements
            finish();
            return;
        }
        mNetworkName = nc.getSSID();
        mNetworkName = nc.getSsid();
        if (mNetworkName != null) {
            mNetworkName = WifiInfo.removeDoubleQuotes(mNetworkName);
        }