Merge "Fix WPS pin input UI" into ics-mr0
This commit is contained in:
committed by
Android (Google) Code Review
commit
19d9a3d284
@@ -575,7 +575,7 @@ public class WifiConfigController implements TextWatcher,
|
||||
int pos = mNetworkSetupSpinner.getSelectedItemPosition();
|
||||
|
||||
/* Show pin text input if needed */
|
||||
if (pos == WPS_DISPLAY) {
|
||||
if (pos == WPS_KEYPAD) {
|
||||
mView.findViewById(R.id.wps_fields).setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
mView.findViewById(R.id.wps_fields).setVisibility(View.GONE);
|
||||
|
Reference in New Issue
Block a user