mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 10:25:03 +01:00
Fixed signature dirty
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user