mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-27 06:45:49 +02:00
If bind was called more than once for a SwitchSettingViewHolder, the line `binding.settingSwitch.isChecked = setting.isChecked` would accidentally trigger the listener registered during the previous bind call.