So I fix it by adding these 2 lines:
The first:
MyData Editdata = (MyData) adapter.getItem(position);
To
MyData Editdata = (MyData) adapter.getItem(finalPosition);
The second line I added is(I added it because my listview display the same way):
query.orderByDescending("updatedAt");