Fixed setting signature dirty on init

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

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

Loading…
Cancel
Save