mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Clear composing signature/template
This commit is contained in:
@@ -161,6 +161,8 @@ public class FragmentAnswer extends FragmentBase {
|
||||
}
|
||||
|
||||
private void onActionSave() {
|
||||
etText.clearComposingText();
|
||||
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("id", id);
|
||||
args.putString("name", etName.getText().toString());
|
||||
|
||||
Reference in New Issue
Block a user