timroes / SwipeToDismissUndoList

An Android library to enable swipe to dismiss and undo functionality on ListViews.
250 stars 72 forks source link

Swipe item gone and then comes back into list #29

Open seagullman opened 10 years ago

seagullman commented 10 years ago

When I swipe an item away, it immediately comes back into the list in the same spot. What am I missing?

Binghammer commented 10 years ago

Same problem. Have you found a solution to this?

blsiege commented 10 years ago

I wasn't able to find a solution. I am not longer working on this feature on my project. I will let you know if I hear anything. -

timroes commented 10 years ago

Small warning: this project isn't developed any further.

Besides, if an item comes back all the time, it most likely hasn't been deleted in the onDismissCallback (see https://github.com/timroes/SwipeToDismissUndoList#ondismisscallback).

Binghammer commented 10 years ago

It only comes back while the "undoPopup" is displayed. When it dismisses, the item is removed also.

timroes commented 10 years ago

Could you pastebin the relevant code, then perhaps I could look for an error.