Clear composing signature/template

pull/162/head
M66B 6 years ago
parent c408944773
commit dd2f217c48

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

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

Loading…
Cancel
Save