Fixed signature dirty

This commit is contained in:
M66B 2023-01-19 08:46:48 +01:00
parent be6993aa17
commit cc44993d1c
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@ public class ActivitySignature extends ActivityBase {
@Override
public void onTextChanged(CharSequence s, int start, int before, int count) {
if (loaded) {
if (loaded &&
!(start == 0 && before == s.length() && count == s.length())) {
dirty = true;
saved = null;
}