mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 07:19:39 -05:00
android: Fix showing input overlay in PiP
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user