Ah hah!

So the issue seems to be related to a few different things:
1) we are trying to use views that come in from the selectedconversationlist
which may not be attached to the list view yet (or at least not this list view!)
when we go to try to use them
2) that means, they can't get us the corrected position

There is also an issue with swipe -> delete out
Need to move the swipe animation (to the left) into the AnimatedAdapter's control
and have the AniamtedAdapted manage which positions are swiping
There seems to be at least one case where we are getting an unexpected type
in the animatedadapter, so check for that!

What was happening was that the view we were getting back from ConvertView
was NEVER getting onDraw called
If the usre tapped it, they would see the right item really WAS there

turned off the slide animation when doing archives while I move it
into the animated adapter == no more dupes
Change-Id: I01c7939292ebede78c9bf83f00eaa440f65f4e01
2 files changed