4
2
Fork 0

fix: remove completed todo

v0.1-dev
shihern 2020-01-10 20:39:55 +08:00
parent 4d6a28339e
commit 832333f44b
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ class _HomeState extends State<Home> with SingleTickerProviderStateMixin {
(Map<String, String> data) async => await _processMessage(data));
connectionStatus.connectionChange.listen((bool online) {
// TODO: implement some timer to remove the message after 3 seconds
setState(() {
_isOnline = online;
_connectionStatusVisible = true;