DebouncePlugin icon indicating copy to clipboard operation
DebouncePlugin copied to clipboard

Android点击事件防抖动插件

Results 8 DebouncePlugin issues
Sort by recently updated
recently updated
newest added

CheckBox设置点击(选中)事件之后,时间间隔内连续点击的时候,事件方法体会按照设置的时间间隔间隔执行,但是每次点击依旧会改变CheckBox的选中状态,导致方法体执行时拿到的CheckBox状态与界面显示的CheckBox实际效果不同。

类似这个错误:https://github.com/didi/DRouter/issues/52 `Execution failed for task ':app:enterpriseKoreaDebugDebounceModifyClasses'. > SHA-256 digest error for org/bouncycastle/asn1/cmc/CertificationRequest$1.class * Try: > Run with --info or --debug option to get more log output. > Run with --scan...

Execution optimizations have been disabled for task ':app:transformClassesWithDebounceTransformForDebug' to ensure correctness due to the following reasons: - Additional action of task ':app:transformClassesWithDebounceTransformForDebug' was implemented by the Java lambda 'com.sunyuan.click.debounce.DebouncePlugin$$Lambda$892/0x0000000800c18040'. Reason:...

Modifier.clickable { // some code } 这种Compose 中的点击事件好像不支持?

> Failed to apply plugin 'debounce-plugin'. > Could not create plugin of type 'DebouncePlugin'. > Could not generate a decorated class for type DebouncePlugin. > com/android/build/api/transform/Transform