Browse Source

This code is no longer needed

pull/3439/head
PavelBARABANOV 6 days ago
parent
commit
5668fe69c9
  1. 5
      src/android/app/src/main/java/org/yuzu/yuzu_emu/ui/GamesFragment.kt

5
src/android/app/src/main/java/org/yuzu/yuzu_emu/ui/GamesFragment.kt

@ -493,11 +493,6 @@ class GamesFragment : Fragment() {
val shouldShowQLaunch = showQLaunch && isFirmwareAvailable
binding.launchQlaunch.visibility = if (shouldShowQLaunch) View.VISIBLE else View.GONE
binding.launchQlaunch.isEnabled = shouldShowQLaunch
if (showQLaunch && !isFirmwareAvailable) {
binding.launchQlaunch.contentDescription = getString(R.string.applets_error_firmware)
}
binding.addDirectory.visibility = if (showFolder) View.VISIBLE else View.GONE
}

Loading…
Cancel
Save