mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Attempt to fix potential draft setting loop.
This commit is contained in:
committed by
Greyson Parrelli
parent
e08c2966c3
commit
c37ed722dc
@@ -169,7 +169,7 @@ public class ComposeText extends EmojiEditText {
|
||||
}
|
||||
|
||||
public void setDraftText(@Nullable CharSequence draftText) {
|
||||
setText("");
|
||||
setText("", BufferType.EDITABLE);
|
||||
|
||||
if (draftText != null) {
|
||||
append(draftText);
|
||||
|
||||
Reference in New Issue
Block a user