thorbenprimke / realm-recyclerview

A RecyclerView that is powered by Realm and lots more
555 stars 151 forks source link

Add Listener For SwipeToDelete To Intercept Delete #72

Closed froesmatheus closed 5 years ago

froesmatheus commented 8 years ago

Hey, is it possible to have a method like setOnDeleteItemListener so I can display a confirm dialog when the user swipes a row?

thorbenprimke commented 8 years ago

Yea, should be easy to add in RealmSimpleItemTouchHelperCallback and set on the RealmRecyclerView.