mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-29 01:08:36 -04:00
clean up windows and loading state
This commit is contained in:
parent
ad9a77d68f
commit
d00722433d
13 changed files with 130 additions and 175 deletions
|
@ -57,7 +57,7 @@ abstract mixin class StateFollower<S extends Object, K, V> {
|
|||
}
|
||||
|
||||
late IMap<K, V> _lastInputStateMap;
|
||||
late final StreamSubscription<S> _subscription;
|
||||
final SingleStateProcessor<IMap<K, V>> _singleStateProcessor =
|
||||
SingleStateProcessor();
|
||||
late final StreamSubscription<S> _subscription;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue