feat(DataCollection) Added opt-in data collection
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@layout PageLayout
|
||||
|
||||
@inherits BasePage
|
||||
|
||||
@page "/memory-tester"
|
||||
|
||||
<LayoutMediumContentComponent>
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
base.OnInitialized();
|
||||
MemoryTesterService.Subscribe(OnMemoryEvent);
|
||||
|
||||
OnRefresh();
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
base.OnInitialized();
|
||||
MemoryTesterService.Subscribe(OnMemoryEvent);
|
||||
|
||||
MemoryTesterService.GenerateQuiz();
|
||||
|
||||
Reference in New Issue
Block a user