Skip to content

Commit

Permalink
Fix StereoConfigView
Browse files Browse the repository at this point in the history
  • Loading branch information
svetter authored Jul 7, 2024
1 parent 6f8504a commit f9568e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,5 @@ class StereoConfigView(context: Context?, attrs: AttributeSet?) : View(context,
this.micDistance = micDistance.toFloat()
this.micAngle = micAngle.toFloat()
invalidate()
}
}

0 comments on commit f9568e5

Please sign in to comment.