Fix typo in comment

Co-Authored-By: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
Lucas A 2019-06-17 16:44:53 +02:00 committed by GitHub
parent 3a04684efb
commit 04dc1c1744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ private void updateActiveState(bool isActive)
if (isActive)
{
this.TransformBindableTo(inactiveVolumeFade, 1, 500, Easing.OutQuint)
.Finally(_ => Audio.RemoveAdjustment(AdjustableProperty.Volume, inactiveVolumeFade)); //wait for the transition to finish to remove the inactive audio adjustement
.Finally(_ => Audio.RemoveAdjustment(AdjustableProperty.Volume, inactiveVolumeFade)); //wait for the transition to finish to remove the inactive audio adjustment
}
else
{