AmazeFileManager icon indicating copy to clipboard operation
AmazeFileManager copied to clipboard

Adapter fails to capture first tap when we perform full fling

Open VishalNehra opened this issue 8 years ago • 5 comments

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

VishalNehra avatar Jan 16 '18 05:01 VishalNehra

Any idea when this bug appeared? (I have no idea what causes it, nevertheless I will try to find).

EmmanuelMess avatar Jan 16 '18 16:01 EmmanuelMess

I have no idea what's causing the issue. But I know it isn't DisableableViewPager.

EmmanuelMess avatar Jan 16 '18 18:01 EmmanuelMess

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 avatar Mar 01 '18 18:03 EmmanuelMess

@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-- avatar Mar 02 '18 16:03 Alexander--

@Alexander-- it returns false, it is not consuming the event.

EmmanuelMess avatar Mar 02 '18 17:03 EmmanuelMess