zeroXbrock / Tomado.Android

The app that helps you work smarter. Made public for you (;
1 stars 0 forks source link

Editing session past length from top edits wrong session #51

Closed zeroXbrock closed 8 years ago

zeroXbrock commented 8 years ago

We're getting the wrong position (index) from the adapter; it's resetting once we scroll past the initial top-to-bottom bounds.

zeroXbrock commented 8 years ago

This is causing another bug, where two session items are made green.

zeroXbrock commented 8 years ago

Issue was due to view being recycled. http://stackoverflow.com/questions/17673707/i-lose-data-when-i-scroll-my-listview-in-android Disabled recycling for the adapter, sacrificing the functionality of keeping the edit view open while scrolling it out of view.