Clear node cache when switching to/from sandbox

This commit is contained in:
stopflock
2025-09-28 23:16:01 -05:00
parent 363439f712
commit 9bf46721f0
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ class MapViewState extends State<MapView> {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(message),
duration: const Duration(seconds: 2),
duration: const Duration(seconds: 4),
behavior: SnackBarBehavior.floating,
),
);