Wootric / WootricSDK-Android

Android SDK for Wootric Survey Platform supporting NPS, CSAT and CES surveys
https://wootric.com
MIT License
15 stars 16 forks source link

Fix crashes occuring after stopping a survey #136

Closed diegoserranoa closed 1 year ago

diegoserranoa commented 1 year ago

Based of https://github.com/Wootric/WootricSDK-Android/pull/135

Fix crashes that occurs because AsyncTasks are still running after stopping a survey (by invoking wootric.stop())

The AsyncTasks are invoking onSurveyValidated(), onAuthenticateSuccess(), onGetEndUserIdSuccess(), onEndUserNotFound() and onCreateEndUserSuccess() which therefore needs checks to cancel if the survey has been stopped. Fixes https://github.com/Wootric/WootricSDK-Android/issues/126
nordfalk commented 1 year ago

Looks good to me :-)