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

This commit is contained in:
Charles Lombardo 2024-02-19 13:26:18 -05:00 committed by GitHub
parent c9ef2e26ca
commit daf350f5d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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