fix: close tag detail sheet after tapping 'view particle cloud'
This commit is contained in:
@@ -175,6 +175,7 @@ class _TagDetailSheetState extends ConsumerState<TagDetailSheet> {
|
|||||||
? null
|
? null
|
||||||
: tag;
|
: tag;
|
||||||
if (!isTracking) {
|
if (!isTracking) {
|
||||||
|
Navigator.of(context, rootNavigator: true).pop();
|
||||||
GoRouter.of(context).go('/floorplan');
|
GoRouter.of(context).go('/floorplan');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user