Switch out double tap quick list add for different gesture #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The double tap gesture recognizer seems to wait for a little moment (300ms?) before deciding whether it's a single or double tap. This makes opening search cards feel sluggish, which is also likely the most important of the two actions. Can we switch the gesture for something else that makes sense?
Alternatively, make flutter slidables work properly with actions (https://github.com/letsar/flutter_slidable/issues/243)?