rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
288 stars 327 forks source link

fix kotlin.UninitializedPropertyAccessException: lateinit property lo… #230

Closed atsumo closed 3 years ago

atsumo commented 3 years ago

229

It seems that ACTION_SHUTDOWN of onStartCommand is sometimes called before locatorClient is initialized....

marcusmvfa commented 3 years ago

Fixed for me!! Thanks!

shantaly commented 3 years ago

when would this be released?

alymoursy commented 3 years ago

Hi, @evaldofreu @mehdok this has been causing a bunch of crashes on my app. Would you by any chance have an ETA on when this will be merged? Thanks :)

evaldofreu commented 3 years ago

Hi @alymoursy!

Helo! I don't know when the next commit will be. So I created a separate branch: https://github.com/evaldofreu/cordova-plugin-background-mode.git

Em sex., 28 de mai. de 2021 às 17:38, alymoursy @.***> escreveu:

Hi, @evaldofreu https://github.com/evaldofreu @mehdok https://github.com/mehdok this has been causing a bunch of crashes on my app. Would you by any chance have an ETA on when this will be merged? Thanks :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rekab-app/background_locator/pull/230#issuecomment-850658260, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIRYI4TMRAMLLCSHXDTEJ3TP75LBANCNFSM43H2AAVA .

alymoursy commented 3 years ago

Thank you so much @evaldofreu! Appreciate it.

mehdok commented 3 years ago

Hi Guys @atsumo @evaldofreu

Thank you for your contribution and your patient;