vultisig / vultisig-android

Vultisig Android App
Apache License 2.0
4 stars 2 forks source link

Improve Debounce Click Handling #437

Closed aminsato closed 2 days ago

aminsato commented 6 days ago

Fixes https://github.com/vultisig/vultisig-android/issues/265#issuecomment-2178010949 This PR introduces an enhancement to the debounce click handling mechanism in our application. Previously, the cooldown period was not shared between different views, which could lead to inconsistent behavior when rapidly switching between views and clicking on different elements.

Changes include: