fix gps on android

This commit is contained in:
stopflock
2025-08-27 18:24:47 -05:00
parent 2d0dc7fd66
commit 24b20e8a57
2 changed files with 7 additions and 11 deletions
+2
View File
@@ -93,7 +93,9 @@ class _HomeScreenState extends State<HomeScreen> {
icon: Icon(_getFollowMeIcon()),
onPressed: () {
setState(() {
final oldMode = _followMeMode;
_followMeMode = _getNextFollowMeMode();
debugPrint('[HomeScreen] Follow mode changed: $oldMode$_followMeMode');
});
// If enabling follow-me, retry location init in case permission was granted
if (_followMeMode != FollowMeMode.off) {