Skip to content

Commit

Permalink
Merge pull request #1528 from WEKIT-ECS/develop
Browse files Browse the repository at this point in the history
Develop -> release 2.3
  • Loading branch information
cawke authored Jul 27, 2023
2 parents 4bc66bd + f2c6903 commit 1726272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/MirageXR/Tests/NewUI/ActivityView_v2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private void OnArrowButtonPressed()

private IEnumerator ShowHorizontalScroll(float delay, bool value)
{
if (_toggleSteps.isOn)
if (_toggleSteps.isOn && _stepsListView.gameObject.activeInHierarchy)
{
yield return new WaitForSeconds(delay);

Expand Down

0 comments on commit 1726272

Please sign in to comment.