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

pull/8/head
Charles Lombardo 2 years ago committed by GitHub
parent c9ef2e26ca
commit daf350f5d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save