Fix resetControls for opacity of OSC

This commit is contained in:
KikiManjaro 2022-08-31 23:18:24 +02:00 committed by Niccolò Betto
parent 1f608da8e0
commit 66d2965c63
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ class OnScreenControllerView @JvmOverloads constructor(context : Context, attrs
it.config.enabled = true
}
controls.globalScale = 1.15f
controls.alpha = 255
invalidate()
}