mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Request focus for name
This commit is contained in:
parent
3311744f5d
commit
1514bca3dd
1 changed files with 7 additions and 0 deletions
|
@ -217,6 +217,13 @@ public class FragmentGmail extends FragmentBase {
|
|||
|
||||
etName.setEnabled(granted);
|
||||
btnSelect.setEnabled(granted);
|
||||
|
||||
new Handler().post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
etName.requestFocus();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private void onAccountSelected(Intent data) {
|
||||
|
|
Loading…
Reference in a new issue