Fixed setting signature dirty on init

pull/198/head
M66B 3 years ago
parent 47c3f59488
commit 3fbacf9ea8

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

Loading…
Cancel
Save