mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
A matter of focus
This commit is contained in:
@@ -853,8 +853,6 @@ public class FragmentIdentity extends FragmentBase {
|
||||
|
||||
color = (identity == null || identity.color == null ? Color.TRANSPARENT : identity.color);
|
||||
|
||||
etName.requestFocus();
|
||||
|
||||
if (identity == null)
|
||||
new SimpleTask<Integer>() {
|
||||
@Override
|
||||
@@ -1110,13 +1108,6 @@ public class FragmentIdentity extends FragmentBase {
|
||||
etHtml = dview.findViewById(R.id.etHtml);
|
||||
etHtml.setText(html);
|
||||
|
||||
new Handler().post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
etHtml.requestFocus();
|
||||
}
|
||||
});
|
||||
|
||||
return new AlertDialog.Builder(getContext())
|
||||
.setTitle(R.string.title_edit_html)
|
||||
.setView(dview)
|
||||
|
||||
Reference in New Issue
Block a user