1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-13 15:40:27 +00:00

Fixed setting signature dirty on init

This commit is contained in:
M66B 2021-05-09 20:52:45 +02:00
parent 47c3f59488
commit 3fbacf9ea8

View file

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