Skip to content

Commit

Permalink
Fixes #3941. v2win/v2net: UICatalog full benchmark suite crashes in D…
Browse files Browse the repository at this point in the history
…ialogs scenario (#3963)

Co-authored-by: Tig <[email protected]>
  • Loading branch information
BDisp and tig authored Mar 8, 2025
1 parent acb5979 commit f26fd28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UICatalog/Scenario.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public BenchmarkResults EndBenchmark ()
}

private List<Key>? _demoKeys;
private int _currentDemoKey = 0;
private int _currentDemoKey;

private void OnApplicationOnInitializedChanged (object? s, EventArgs<bool> a)
{
Expand Down Expand Up @@ -233,7 +233,6 @@ private void OnApplicationNotifyNewRunState (object? sender, RunStateEventArgs e
{
SubscribeAllSubViews (Application.Top!);

_currentDemoKey = 0;
_demoKeys = GetDemoKeyStrokes ();

Application.AddTimeout (
Expand Down

0 comments on commit f26fd28

Please sign in to comment.