Skip to content

Commit

Permalink
fix(android): onFling callback return
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and sgtcoolguy committed Jan 19, 2021
1 parent 88b1e2a commit 29880c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public boolean onFling(int velocityX, int velocityY)
payload.put(TiC.EVENT_PROPERTY_VELOCITY, velocityY);

proxy.fireSyncEvent(TiC.EVENT_SCROLLING, payload);
return true;
return false;
}
});

Expand Down

0 comments on commit 29880c7

Please sign in to comment.