CrazyDude1994 / android-taranis-smartport-telemetry

This android application let you view and record your taranis telemetry data in realtime.
https://play.google.com/store/apps/details?id=crazydude.com.telemetry
143 stars 42 forks source link

fixed sensor adapter #125

Closed RomanLut closed 3 years ago

RomanLut commented 3 years ago

This pr fixes the following bug: In sensor configuration dialog, where some sensors are enabled and some are disabled, on small landscape screen, scroll the list up and down. See some checkboxes change value without user input. Reason: 'item' views are recycled by list component. Assigning "checked" value to used item calls old callback. Resolution: install new callback first, assign value after.