Attempt to fix potential draft setting loop.
This commit is contained in:
parent
e08c2966c3
commit
c37ed722dc
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public class ComposeText extends EmojiEditText {
|
|||
}
|
||||
|
||||
public void setDraftText(@Nullable CharSequence draftText) {
|
||||
setText("");
|
||||
setText("", BufferType.EDITABLE);
|
||||
|
||||
if (draftText != null) {
|
||||
append(draftText);
|
||||
|
|
Loading…
Add table
Reference in a new issue