mirror of https://github.com/M66B/FairEmail.git
Clear composing signature/template
This commit is contained in:
parent
c408944773
commit
dd2f217c48
|
@ -161,6 +161,8 @@ public class FragmentAnswer extends FragmentBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onActionSave() {
|
private void onActionSave() {
|
||||||
|
etText.clearComposingText();
|
||||||
|
|
||||||
Bundle args = new Bundle();
|
Bundle args = new Bundle();
|
||||||
args.putLong("id", id);
|
args.putLong("id", id);
|
||||||
args.putString("name", etName.getText().toString());
|
args.putString("name", etName.getText().toString());
|
||||||
|
|
|
@ -524,6 +524,8 @@ public class FragmentIdentity extends FragmentBase {
|
||||||
name = hint.toString();
|
name = hint.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
etSignature.clearComposingText();
|
||||||
|
|
||||||
Bundle args = new Bundle();
|
Bundle args = new Bundle();
|
||||||
args.putLong("id", id);
|
args.putLong("id", id);
|
||||||
args.putString("name", name);
|
args.putString("name", name);
|
||||||
|
|
Loading…
Reference in New Issue