Browse Source
oops
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/298/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/android/app/src/main/java/org/yuzu/yuzu_emu/ui/main/MainActivity.kt
|
|
@ -127,7 +127,7 @@ class MainActivity : AppCompatActivity(), ThemeProvider { |
|
|
|
|
|
|
|
|
setContentView(binding.root) |
|
|
setContentView(binding.root) |
|
|
|
|
|
|
|
|
// checkAndRequestBluetoothPermissions() |
|
|
|
|
|
|
|
|
checkAndRequestBluetoothPermissions() |
|
|
|
|
|
|
|
|
if (savedInstanceState != null) { |
|
|
if (savedInstanceState != null) { |
|
|
checkedDecryption = savedInstanceState.getBoolean(CHECKED_DECRYPTION) |
|
|
checkedDecryption = savedInstanceState.getBoolean(CHECKED_DECRYPTION) |
|
|
|