fixes
This commit is contained in:
@@ -363,7 +363,6 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
if (_timeOut == 0) {
|
if (_timeOut == 0) {
|
||||||
timer.cancel();
|
timer.cancel();
|
||||||
} else {
|
} else {
|
||||||
print('Time left until cooldown is over: $_timeOut');
|
|
||||||
setState(() => _timeOut = _timeOut! - 1);
|
setState(() => _timeOut = _timeOut! - 1);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user