mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-06-16 22:25:43 +02:00
android: Fix showing input overlay in PiP
This commit is contained in:
parent
32d65fc8de
commit
3b612cff28
@ -293,7 +293,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
|
||||
}
|
||||
if (EmulationMenuSettings.showOverlay) {
|
||||
binding.surfaceInputOverlay.post {
|
||||
binding.surfaceInputOverlay.visibility = View.VISIBLE
|
||||
binding.surfaceInputOverlay.visibility = View.INVISIBLE
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user