mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Fix mentions in drafts being uneditable.
This commit is contained in:
@@ -1838,6 +1838,7 @@ public class ConversationParentFragment extends Fragment
|
|||||||
quoteResult.addListener(listener);
|
quoteResult.addListener(listener);
|
||||||
break;
|
break;
|
||||||
case Draft.VOICE_NOTE:
|
case Draft.VOICE_NOTE:
|
||||||
|
case Draft.MENTION:
|
||||||
listener.onSuccess(true);
|
listener.onSuccess(true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user