mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-13 15:40:27 +00:00
Fixed setting signature dirty on init
This commit is contained in:
parent
47c3f59488
commit
3fbacf9ea8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue