You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great if there were a way to restore the old recycler view item canvas after the onSwipeListener is called.
Maybe add a bool 'restoreCanvasLeftToRight' and 'restoreCanvasRightToLeft' to the builder.
In my case for example I display an alert popup on deletion. If the user says he does not want to delete, I am stuck with a red delete symbol instead of the restored item.
To circumvent that one has to remove the old item in any case and restore the item if the user does not want to delete.
The text was updated successfully, but these errors were encountered:
Would be great if there were a way to restore the old recycler view item canvas after the onSwipeListener is called.
Maybe add a bool 'restoreCanvasLeftToRight' and 'restoreCanvasRightToLeft' to the builder.
In my case for example I display an alert popup on deletion. If the user says he does not want to delete, I am stuck with a red delete symbol instead of the restored item.
To circumvent that one has to remove the old item in any case and restore the item if the user does not want to delete.
The text was updated successfully, but these errors were encountered: