willowtreeapps / Hyperion-Android

App Debugging & Inspection Tool for Android
MIT License
1.95k stars 144 forks source link

Shake Gesture is not working with a fresh app. #222

Closed cj1098 closed 3 years ago

cj1098 commented 3 years ago

As the titles says, I decided to import this library and tried the shake gesture but it is not registering even in a fresh project with no interference. The only thing I'm able to see is the sticky notification that will open the drawer if clicked. I implemented my own shake detector and open the drawer manually, but it would be nice to see that issue addressed.

I see that you guys throttle shakes within 500 MS of each other. Is this really necessary? I'm trying to debug through why it's not launching the drawer currently. I'm on version 0.9.30

bobbyirawan09 commented 3 years ago

I'm also faced the same issue using version 0.9.30, but after updating the 0.9.31, the shake gesture works normally.