Adapter fails to capture first tap when we perform full fling
As written in title, this bug is annoying but I always thought it was just me but this time I couldn't simple ignore it. Find more details in this video
Any idea when this bug appeared? (I have no idea what causes it, nevertheless I will try to find).
I have no idea what's causing the issue. But I know it isn't DisableableViewPager.
After some more testing, it seems that the PerformClick.run() method isn't getting called, have no idea how to fix that, also I don't know if the instance of PreformClick is being created.
@EmmanuelMess the first place, that comes to thought: https://github.com/TeamAmaze/AmazeFileManager/blob/1779e48ad0b66c8c0b3c428c5274c0c20e33ee1b/app/src/main/java/com/amaze/filemanager/fragments/MainFragment.java#L238-#L244
@Alexander-- it returns false, it is not consuming the event.