mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Requesting focus doesn't have the expected effect.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user