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:
parent
be6993aa17
commit
cc44993d1c
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue