Skip to content

Conversation

mario7421
Copy link
Contributor

This PR fixes a bug where the app was showing an incorrect geohash when a user's location was not yet known to the system. Previously, the app would default to a hardcoded location in San Francisco, which could lead to users connecting to incorrect location-based channels.
Tested on GrapheneOS without Google Play Services.

Changes include:

  • Removed the default location in San Francisco
  • Added a loading spinner to indicate when location data is being fetched
  • Implemented improved location request handling with support for different Android versions

Checklist

  • I have read the contribution guidelines
  • I have performed a self-review of my code
  • There is no corresponding issue
  • There are no tests for the changed class, so maybe is not a core feature

…s not yet known to the system. Remove the default location in San Francisco and show a spinner until the correct position becomes available.
@callebtc
Copy link
Collaborator

awesome thank you, I was wondering what the hell is going on!

@callebtc callebtc merged commit 846cd97 into permissionlesstech:main Aug 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants