flaquir4

Results 2 comments of flaquir4

to comment these lines worked for me. // recyclerView.post(new Runnable() { // @Override public void run() { adapter.notifyItemMoved(fromPosition, toPosition); // } // });

I don't know why but the problems appear when I have a progressbar in the activity which request the permission. It seems a bit strange but I upload the example...