Swipe menu for recyclerView. Android 侧滑菜单,可轻松定制各种样式的菜单。
When running Proguard/R8 `Designer` subclasses are minified/obfuscated and it creates crash in `parseDesigner` method. Adding ``` -keep class com.aitsuki.swipe.SwipeLayout$ClassicDesigner -keep class com.aitsuki.swipe.SwipeLayout$OverlayDesigner -keep class com.aitsuki.swipe.SwipeLayout$ParallaxDesigner ``` to `proguard-rules.pro` will solve it so you should probably add this to readme.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by KarloVrbicInfinum and has received 1 comments.