Skip to content

Commit

Permalink
Fix resetControls for opacity of OSC
Browse files Browse the repository at this point in the history
  • Loading branch information
KikiManjaro authored and nickbeth committed Mar 5, 2023
1 parent 1f608da commit 66d2965
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ class OnScreenControllerView @JvmOverloads constructor(context : Context, attrs
it.config.enabled = true
}
controls.globalScale = 1.15f
controls.alpha = 255
invalidate()
}

Expand Down

0 comments on commit 66d2965

Please sign in to comment.