mirror of https://github.com/M66B/FairEmail.git
Request focus for name
This commit is contained in:
parent
3311744f5d
commit
1514bca3dd
|
@ -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 New Issue