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

Commit e0b336d7 authored by Chalard Jean's avatar Chalard Jean
Browse files

Adjust code for API council feedback

Bug: 151322799
Test: SettingsUnitTests

Change-Id: I5ff389f3f707e5538979830c2252455bea5bbb88
parent 95975931
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.sanitizeSsid(mNetworkName);
        }