fix: open floor plan when showing particle cloud

This commit is contained in:
2026-05-16 22:40:12 +02:00
parent 530397e003
commit bcc8b5ff39
+3 -1
View File
@@ -174,7 +174,9 @@ class _TagDetailSheetState extends ConsumerState<TagDetailSheet> {
ref.read(trackedTagProvider.notifier).state = isTracking
? null
: tag;
// TODO: move screen to floor plan
if (!isTracking) {
GoRouter.of(context).go('/floorplan');
}
},
child: Row(
mainAxisAlignment: MainAxisAlignment.center,