Clear composing signature/template

This commit is contained in:
M66B 2019-09-23 11:56:54 +02:00
parent c408944773
commit dd2f217c48
2 changed files with 4 additions and 0 deletions

View File

@ -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());

View File

@ -524,6 +524,8 @@ public class FragmentIdentity extends FragmentBase {
name = hint.toString();
}
etSignature.clearComposingText();
Bundle args = new Bundle();
args.putLong("id", id);
args.putString("name", name);