1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-02 21:24:34 +00:00

Fixed signature dirty

This commit is contained in:
M66B 2023-01-19 08:46:48 +01:00
parent be6993aa17
commit cc44993d1c

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;
}