Fixed bug where two items were removed from view with one swipe

This commit is contained in:
Christian Basler 2016-10-02 14:19:50 +02:00
parent 34000e7b79
commit dea9231fcf
1 changed files with 0 additions and 1 deletions

View File

@ -299,7 +299,6 @@ public class SwipeableMessageAdapter
protected void onPerformAction() {
super.onPerformAction();
adapter.data.remove(position);
adapter.data.remove(position);
adapter.notifyItemRemoved(position);
}