fix: close tag detail sheet after tapping 'view particle cloud'

This commit is contained in:
2026-05-18 19:30:13 +02:00
parent c54631bcb6
commit 7bc9793c1a
+1
View File
@@ -175,6 +175,7 @@ class _TagDetailSheetState extends ConsumerState<TagDetailSheet> {
? null
: tag;
if (!isTracking) {
Navigator.of(context, rootNavigator: true).pop();
GoRouter.of(context).go('/floorplan');
}
},