tried fix for mip bug

This commit is contained in:
Deven Joshi
2022-01-04 15:29:03 +05:30
parent 631ab68990
commit fa5e993d29
@@ -938,7 +938,9 @@ class MessageInputState extends State<MessageInput>
// Reset the og attachment if the text doesn't contain any url
if (matchedUrls.isEmpty) {
_effectiveController.clearOGAttachment();
_effectiveController
..text = value
..clearOGAttachment();
return;
}