This commit is contained in:
Deven Joshi
2021-08-18 17:30:15 +05:30
parent 2a30ff2e73
commit a029adae24
@@ -363,7 +363,6 @@ class MessageInputState extends State<MessageInput> {
if (_timeOut == 0) {
timer.cancel();
} else {
print('Time left until cooldown is over: $_timeOut');
setState(() => _timeOut = _timeOut! - 1);
}
});