am be4a0325: Merge "Update WPS Dialog" into jb-dev

* commit 'be4a032581ae6dfb41662486085e64052d085314':
  Update WPS Dialog
This commit is contained in:
Andrew Flynn
2012-05-22 11:41:21 -07:00
committed by Android Git Automerger
3 changed files with 8 additions and 2 deletions

View File

@@ -133,7 +133,6 @@ public class WpsDialog extends AlertDialog {
@Override
protected void onCreate(Bundle savedInstanceState) {
setTitle(R.string.wifi_wps_setup_title);
mView = getLayoutInflater().inflate(R.layout.wifi_wps_dialog, null);
mTextView = (TextView) mView.findViewById(R.id.wps_dialog_txt);