mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-06 01:39:57 +00:00
android: Show done button when configuring input overlay (#13082)
This commit is contained in:
parent
c9ef2e26ca
commit
daf350f5d3
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
|
|||
}
|
||||
}
|
||||
}
|
||||
binding.doneControlConfig.setVisible(false)
|
||||
binding.doneControlConfig.setVisible(true)
|
||||
binding.surfaceInputOverlay.setIsInEditMode(true)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue