mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-18 13:00:25 -05: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.