android: Fix background color when starting emulation

merge-requests/60/head
Charles Lombardo 2023-05-01 19:07:34 +07:00 committed by bunnei
parent 34b7d58157
commit 13b29c3f49
1 changed files with 1 additions and 0 deletions

@ -76,6 +76,7 @@ open class EmulationActivity : AppCompatActivity(), SensorEventListener {
enableFullscreenImmersive()
setContentView(R.layout.activity_emulation)
window.decorView.setBackgroundColor(getColor(android.R.color.black))
// Find or create the EmulationFragment
emulationFragment =