mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-28 00:45:17 -04:00
fix deadlock
clean up async handling improve styled alerts
This commit is contained in:
parent
22390f31ff
commit
8edccb8a0f
21 changed files with 125 additions and 108 deletions
|
@ -28,11 +28,7 @@ class BackgroundTickerState extends State<BackgroundTicker> {
|
|||
|
||||
@override
|
||||
void dispose() {
|
||||
final tickTimer = _tickTimer;
|
||||
if (tickTimer != null) {
|
||||
tickTimer.cancel();
|
||||
}
|
||||
|
||||
_tickTimer?.cancel();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue