This commit is contained in:
M66B 2022-12-13 19:50:06 +01:00
parent ec8a14485b
commit 57e97835b4
1 changed files with 0 additions and 2 deletions

View File

@ -641,8 +641,6 @@ public class FragmentCompose extends FragmentBase {
etBody.addTextChangedListener(new TextWatcher() {
private boolean save = false;
private Integer added = null;
private Integer removed = null;
private Integer inserted = null;
private Pair<Integer, Integer> lt = null;
@Override