mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-07-11 14:56:35 +02:00
refactor: use UserAgentClient for OSM API fetch, remove redundant comments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
committed by
Claude Code
parent
480f99b360
commit
191b5ccae0
@@ -290,7 +290,6 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
|
||||
}
|
||||
|
||||
void _handleNodeDeepLink(OsmNode node) {
|
||||
// Fly to node at zoom 16
|
||||
try {
|
||||
_mapController.animateTo(
|
||||
dest: node.coord,
|
||||
@@ -302,7 +301,6 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
|
||||
debugPrint('[HomeScreen] Could not animate to deep link node: $e');
|
||||
}
|
||||
|
||||
// Open the node details sheet after map animation settles
|
||||
Future.delayed(const Duration(milliseconds: 700), () {
|
||||
if (mounted) {
|
||||
openNodeTagSheet(node);
|
||||
|
||||
Reference in New Issue
Block a user