-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Shows "Location not available" despite GPS being on in Nearby tab( #3924) #4059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shows "Location not available" despite GPS being on in Nearby tab( #3924) #4059
Conversation
*Their is not an need to show an Toast messaege -"Nearby might not work properly, Location not available " Becouse it location work fine.
Codecov Report
@@ Coverage Diff @@
## master #4059 +/- ##
============================================
+ Coverage 10.51% 10.61% +0.09%
- Complexity 466 476 +10
============================================
Files 335 343 +8
Lines 12636 12870 +234
Branches 989 998 +9
============================================
+ Hits 1329 1366 +37
- Misses 11240 11436 +196
- Partials 67 68 +1
Continue to review full report at Codecov.
|
Hi, the if else seems to be a valid case when the lastKnownLocation is null, can you explain why are we removing this? |
When I test the app on different phone i see it work fine show that i remove toast message Nearby might not work properly, Location not available |
I don't think that this will fix my issue. The problem wasn't that a toast appears, but rather that location is never updated. This seems to remove the error message, but not the actual problem. |
@heinrich5991 it work fine in my device |
|
ok i understand the issue |
Since everyone agrees this wont solve the issue, closing. |
Description (required)
Fixes #3924
What changes did you make and why?
Their is not an need to show an Toast message -"Nearby might not work properly, Location not available " Becouse it location work fine.
Tests performed (required)
Android Device :Redmi Y3
API:29
Screenshots

(for UI changes only)