chore(ui): flutter format, fix analyzer

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-08-25 15:46:20 +05:30
committed by xsahil03x
parent 1a99a38469
commit 2d820e3f2f
@@ -834,7 +834,7 @@ class MessageInputState extends State<MessageInput> {
if (_attachments.isNotEmpty) {
return context.translations.addACommentOrSendLabel;
}
if (_timeOut != 0 && _timeOut != null) {
if (_timeOut != 0) {
return context.translations.slowModeOnLabel;
}