mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02: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