Fix mentions in drafts being uneditable.
This commit is contained in:
parent
2fd6b7c49e
commit
a3bc831346
1 changed files with 1 additions and 0 deletions
|
@ -1838,6 +1838,7 @@ public class ConversationParentFragment extends Fragment
|
|||
quoteResult.addListener(listener);
|
||||
break;
|
||||
case Draft.VOICE_NOTE:
|
||||
case Draft.MENTION:
|
||||
listener.onSuccess(true);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue