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