mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-25 10:22:16 -05:00
JoinActivity: Set cursor position
This commit is contained in:
parent
dd07bd358a
commit
b3fd4157dc
@ -49,6 +49,8 @@ public class JoinActivity extends Activity implements OnClickListener
|
||||
setContentView(R.layout.join);
|
||||
|
||||
((Button) findViewById(R.id.join)).setOnClickListener(this);
|
||||
|
||||
((EditText) findViewById(R.id.channel)).setSelection(1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user