removed comment

This commit is contained in:
Deven Joshi
2021-09-07 14:57:55 +05:30
parent d0d791b511
commit 1170a3cb48
@@ -882,10 +882,6 @@ class MessageInputState extends State<MessageInput> {
_chooseEmoji(splits.sublist(0, splits.length - 1), emoji);
} else {
_emojiOverlay = _buildEmojiOverlay();
// if (_emojiOverlay != null) {
// Overlay.of(context)!.insert(_emojiOverlay!);
// }
}
}
}