diff options
| author | 2023-05-01 19:07:34 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:58 -0700 | |
| commit | 13b29c3f49b9ed46845daba15d9d187339534a83 (patch) | |
| tree | a776341f4e74122a4794b930d79b548e77e80483 /src/android/app | |
| parent | android: Persistent scrollbars on home settings fragment (diff) | |
| download | yuzu-13b29c3f49b9ed46845daba15d9d187339534a83.tar.gz yuzu-13b29c3f49b9ed46845daba15d9d187339534a83.tar.xz yuzu-13b29c3f49b9ed46845daba15d9d187339534a83.zip | |
android: Fix background color when starting emulation
Diffstat (limited to 'src/android/app')
| -rw-r--r-- | src/android/app/src/main/java/org/yuzu/yuzu_emu/activities/EmulationActivity.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/activities/EmulationActivity.kt b/src/android/app/src/main/java/org/yuzu/yuzu_emu/activities/EmulationActivity.kt index 0070de36a..1301583a0 100644 --- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/activities/EmulationActivity.kt +++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/activities/EmulationActivity.kt | |||
| @@ -76,6 +76,7 @@ open class EmulationActivity : AppCompatActivity(), SensorEventListener { | |||
| 76 | enableFullscreenImmersive() | 76 | enableFullscreenImmersive() |
| 77 | 77 | ||
| 78 | setContentView(R.layout.activity_emulation) | 78 | setContentView(R.layout.activity_emulation) |
| 79 | window.decorView.setBackgroundColor(getColor(android.R.color.black)) | ||
| 79 | 80 | ||
| 80 | // Find or create the EmulationFragment | 81 | // Find or create the EmulationFragment |
| 81 | emulationFragment = | 82 | emulationFragment = |