diff options
| author | 2023-09-17 17:33:13 -0400 | |
|---|---|---|
| committer | 2023-09-19 00:31:43 -0400 | |
| commit | 3b612cff288323ecfbbdfca38c5bde3bf4aeec47 (patch) | |
| tree | 5d89d730421205ea6b6d3a7409da18243de7d0b9 /src | |
| parent | android: Properly update emulation surface (diff) | |
| download | yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.tar.gz yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.tar.xz yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.zip | |
android: Fix showing input overlay in PiP
Diffstat (limited to '')
| -rw-r--r-- | src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt index 43d1d2364..dbc799dae 100644 --- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt +++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt | |||
| @@ -293,7 +293,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback { | |||
| 293 | } | 293 | } |
| 294 | if (EmulationMenuSettings.showOverlay) { | 294 | if (EmulationMenuSettings.showOverlay) { |
| 295 | binding.surfaceInputOverlay.post { | 295 | binding.surfaceInputOverlay.post { |
| 296 | binding.surfaceInputOverlay.visibility = View.VISIBLE | 296 | binding.surfaceInputOverlay.visibility = View.INVISIBLE |
| 297 | } | 297 | } |
| 298 | } | 298 | } |
| 299 | } else { | 299 | } else { |