yuzu-fork/src/android/app
Charles Lombardo 369d06292f android: Prevent infinite switch toggle loop
If something like a lifecycle event happens when this switch is toggled (Ex. whenever the black backgrounds switch is toggled), this could move the switch from the default position and trigger the checked changed listener and restart the loop. Here I just removed the listener at the start so we recycle the view properly still, set the checked state and then add the new listener.
2023-08-29 19:42:41 -04:00
..
src android: Prevent infinite switch toggle loop 2023-08-29 19:42:41 -04:00
build.gradle.kts android: Set default build variant to mainlineRelWithDebInfo (#11358) 2023-08-23 16:12:39 +02:00
proguard-rules.pro android: Various fixes for CI. 2023-06-03 00:06:05 -07:00