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

Commit fbda2bf9 authored by Junyu Lai's avatar Junyu Lai Committed by Automerger Merge Worker
Browse files

Merge "Adjust code for API council feedback" into rvc-dev am: 040bfe37 am: 8a293f07

Change-Id: I07e230c076e002ec9a3bd960266f975f42a03fb1
parents a5f3b114 8a293f07
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);
        }