mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
Fixes Issue 747.
This commit is contained in:
parent
0408788a16
commit
eb7fd69ed6
@ -315,6 +315,7 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
|
||||
mSubjectView.addTextChangedListener(watcher);
|
||||
|
||||
mMessageContentView.addTextChangedListener(watcher);
|
||||
mQuotedText.addTextChangedListener(watcher);
|
||||
|
||||
/*
|
||||
* We set this to invisible by default. Other methods will turn it back on if it's
|
||||
|
Loading…
Reference in New Issue
Block a user