This commit is contained in:
Deven Joshi
2021-08-18 16:01:07 +05:30
parent 00ea765959
commit c2177fa7a5
@@ -835,7 +835,7 @@ class MessageInputState extends State<MessageInput> {
if (_attachments.isNotEmpty) {
return context.translations.addACommentOrSendLabel;
}
if(_timeOut != 0 && _timeOut != null) {
if (_timeOut != 0 && _timeOut != null) {
return context.translations.slowModeOnLabel;
}