From 15b857c158599e398f1faa1fcff8bd3b914469c5 Mon Sep 17 00:00:00 2001 From: Michael Speed Date: Thu, 23 Jan 2025 17:55:01 +0100 Subject: [PATCH] Remove field --- lib/views/settings/health_sync_tile.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/views/settings/health_sync_tile.dart b/lib/views/settings/health_sync_tile.dart index 179a96d36..071eca30b 100644 --- a/lib/views/settings/health_sync_tile.dart +++ b/lib/views/settings/health_sync_tile.dart @@ -21,7 +21,6 @@ class HealthSyncTile extends StatelessWidget { @override Widget build(BuildContext context) { return RowItemWidget( - enableInteractiveSelection: false, icon: HugeIcon( icon: HugeIcons.solidRoundedHealth, color: Colors.white,