leandroBorgesFerreira / LoadingButtonAndroid

A button to substitute the ProgressDialog
MIT License
1.95k stars 214 forks source link

Calling performClick Crashes The App #72

Open inaseem opened 6 years ago

inaseem commented 6 years ago

I ran into this problem today. I wanted to perform a click on click programmatically so I called performClick But that crashed the app. Although I managed to do it by wrapping the functionality inside a function.

Just curious why it crashes?

leandroBorgesFerreira commented 6 years ago

Hard to say. Can you provide the code where the crash happens?