diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-09-17 23:33:13 +0200 |
---|---|---|
committer | Charles Lombardo <clombardo169@gmail.com> | 2023-09-19 06:31:43 +0200 |
commit | 3b612cff288323ecfbbdfca38c5bde3bf4aeec47 (patch) | |
tree | 5d89d730421205ea6b6d3a7409da18243de7d0b9 /src/android/app | |
parent | android: Properly update emulation surface (diff) | |
download | yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.tar yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.tar.gz yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.tar.bz2 yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.tar.lz yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.tar.xz yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.tar.zst yuzu-3b612cff288323ecfbbdfca38c5bde3bf4aeec47.zip |
Diffstat (limited to 'src/android/app')
-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 { } if (EmulationMenuSettings.showOverlay) { binding.surfaceInputOverlay.post { - binding.surfaceInputOverlay.visibility = View.VISIBLE + binding.surfaceInputOverlay.visibility = View.INVISIBLE } } } else { |