Merge "Revert "[Settings] Request focus in Add network dialog""

This commit is contained in:
Doris Ling
2018-03-13 22:49:35 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 10 deletions

View File

@@ -215,7 +215,6 @@ public class WifiConfigController implements TextWatcher,
mSsidView = (TextView) mView.findViewById(R.id.ssid);
mSsidView.addTextChangedListener(this);
mSsidView.requestFocus();
mSecuritySpinner = ((Spinner) mView.findViewById(R.id.security));
mSecuritySpinner.setOnItemSelectedListener(this);
mView.findViewById(R.id.type).setVisibility(View.VISIBLE);