mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-24 12:59:23 -06: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.