Browse Source

android: Show done button when configuring input overlay (#13082)

pull/15/merge
Charles Lombardo 2 years ago
committed by GitHub
parent
commit
daf350f5d3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt

2
src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt

@ -810,7 +810,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
} }
} }
} }
binding.doneControlConfig.setVisible(false)
binding.doneControlConfig.setVisible(true)
binding.surfaceInputOverlay.setIsInEditMode(true) binding.surfaceInputOverlay.setIsInEditMode(true)
} }

Loading…
Cancel
Save