diff --git a/lib/router/scaffold_with_nav_bar.dart b/lib/router/scaffold_with_nav_bar.dart index 979dc91..9cbbd71 100644 --- a/lib/router/scaffold_with_nav_bar.dart +++ b/lib/router/scaffold_with_nav_bar.dart @@ -124,7 +124,7 @@ class ScaffoldWithNavBar extends HookConsumerWidget { if (item.name == 'Library') { return GestureDetector( onSecondaryTap: () => showLibrarySwitcher(context, ref), - onLongPress: () => showLibrarySwitcher(context, ref), + onDoubleTap: () => showLibrarySwitcher(context, ref), child: destinationWidget, // Wrap the actual NavigationDestination );