yayaa / LocationManager

Simplify getting user's location for Android
806 stars 187 forks source link

GoogleApiClient is not connected bug fixed #59

Closed BiswajitRout closed 7 years ago

BiswajitRout commented 7 years ago

I have added GoogleApiClient connection status check before requesting location updates and removing location updates now it's working fine. I have tested it in my app. Please check and let me know if there is anything wrong.

codecov-io commented 7 years ago

Codecov Report

Merging #59 into master will decrease coverage by 0.06%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #59      +/-   ##
=========================================
- Coverage   66.66%   66.6%   -0.07%     
=========================================
  Files          31      31              
  Lines        1059    1060       +1     
  Branches       89      89              
=========================================
  Hits          706     706              
- Misses        294     295       +1     
  Partials       59      59
Impacted Files Coverage Δ
...tionprovider/GooglePlayServicesLocationSource.java 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 03aba9b...91a9a31. Read the comment docs.