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

Commit 8a293f07 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

Change-Id: I7c62fbdc6177cfc4f32c221d413e73c9efe667d5
parents 1eb4c78a 040bfe37
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -117,7 +117,7 @@ public final class WifiNoInternetDialog extends AlertActivity implements
            finish();
            finish();
            return;
            return;
        }
        }
        mNetworkName = nc.getSSID();
        mNetworkName = nc.getSsid();
        if (mNetworkName != null) {
        if (mNetworkName != null) {
            mNetworkName = WifiInfo.sanitizeSsid(mNetworkName);
            mNetworkName = WifiInfo.sanitizeSsid(mNetworkName);
        }
        }