This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 174
Can't get the ShakeDetector to stop #14
Comments
👍 |
Use in your onDestroy Override method |
Solved for me though! |
You're welcome! All the best in your coding adventures.
Cheers.
…On Fri, 20 Nov 2020 at 20:24, Spandan Saxena ***@***.***> wrote:
I put sd.stop(); in onPause(), onDestroy(), and onBackPressed() but when
I leave the application and shake the device on my homescreen for example
it still performs the specified action.
Solved for me though!
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIM4EFZS4O5EE546ACB323SQ3GAVANCNFSM4CGOTJ3A>
.
|
@timbremer I know I'm late to the party but this may help others. I had the same issue and solved it by moving the
And I stop the
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I put
sd.stop();
inonPause()
,onDestroy()
, andonBackPressed()
but when I leave the application and shake the device on my homescreen for example it still performs the specified action.The text was updated successfully, but these errors were encountered: