chore(ui): flutter format, fix analyzer
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -834,7 +834,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
if (_attachments.isNotEmpty) {
|
if (_attachments.isNotEmpty) {
|
||||||
return context.translations.addACommentOrSendLabel;
|
return context.translations.addACommentOrSendLabel;
|
||||||
}
|
}
|
||||||
if (_timeOut != 0 && _timeOut != null) {
|
if (_timeOut != 0) {
|
||||||
return context.translations.slowModeOnLabel;
|
return context.translations.slowModeOnLabel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user