fix: separate block construct and update construct updates in vocab list view (#4998)
This commit is contained in:
parent
f6d40866da
commit
6c344a36e1
1 changed files with 2 additions and 2 deletions
|
|
@ -79,9 +79,9 @@ class ConstructAnalyticsViewState extends State<ConstructAnalyticsView> {
|
|||
void _onConstructUpdate(AnalyticsStreamUpdate update) {
|
||||
if (update.blockedConstruct != null) {
|
||||
_onBlockConstruct(update);
|
||||
} else {
|
||||
_setAnalyticsData();
|
||||
}
|
||||
|
||||
_setAnalyticsData();
|
||||
}
|
||||
|
||||
void _onBlockConstruct(AnalyticsStreamUpdate update) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue