Fix the build.
This commit is contained in:
@@ -276,7 +276,7 @@ public class WifiSettings extends PreferenceActivity implements WifiLayer.Callba
|
|||||||
if (state == null) {
|
if (state == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
menu.setHeaderTitle(state.getHumanReadableSsid());
|
menu.setHeaderTitle(state.ssid);
|
||||||
|
|
||||||
if (state.isConnectable()) {
|
if (state.isConnectable()) {
|
||||||
menu.add(0, CONTEXT_MENU_ID_CONNECT, 0, R.string.wifi_context_menu_connect);
|
menu.add(0, CONTEXT_MENU_ID_CONNECT, 0, R.string.wifi_context_menu_connect);
|
||||||
|
Reference in New Issue
Block a user