Requesting focus doesn't have the expected effect.

This commit is contained in:
akwizgran
2012-11-13 11:07:46 +00:00
parent e1fb603d6b
commit 514bec5101

View File

@@ -54,7 +54,6 @@ OnEditorActionListener, OnClickListener {
codeEntry.setMaxEms(5);
codeEntry.setMaxLines(1);
codeEntry.setInputType(TYPE_CLASS_NUMBER);
codeEntry.requestFocus();
LinearLayout innerLayout = new LinearLayout(ctx);
innerLayout.setOrientation(HORIZONTAL);