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

Commit 48adfc07 authored by Chalard Jean's avatar Chalard Jean Committed by Remi NGUYEN VAN
Browse files

Adjust code for API council feedback

Bug: 151322799
Test: SettingsUnitTests

Merged-In: I5ff389f3f707e5538979830c2252455bea5bbb88
Change-Id: I5ff389f3f707e5538979830c2252455bea5bbb88
parent ce1f5112
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);
        }