bGraphic / varsom-hybrid

Hybrid varsom app
1 stars 0 forks source link

Location service never stops asking for peremission #164

Closed raae closed 7 years ago

raae commented 7 years ago

Taking up resources making the app jagged.

raae commented 7 years ago

On android platform resume is emitted on after every allow/deny of location permissions. Solved by only checking for location on resume if permission is given, resulting in the app only asking permission on platform ready.