Closed nikhildaga closed 6 years ago
Android app crashed every time after closing. Fixed the issue by replacing START_STICKY with START_REDELIVER_INTENT
reference: https://stackoverflow.com/questions/32731782/get-nullpointerexception-after-closing-application-android
Thanks for the PR, I've made changes to use START_NOT_STICKY. Please upgrade from latest master.
Android app crashed every time after closing. Fixed the issue by replacing START_STICKY with START_REDELIVER_INTENT
reference: https://stackoverflow.com/questions/32731782/get-nullpointerexception-after-closing-application-android