From 69b7bc0c12e9e31e6a553091184a64d1192298d7 Mon Sep 17 00:00:00 2001 From: tamara-slosarek Date: Mon, 6 Jan 2025 17:00:07 +0100 Subject: [PATCH] fix(app): drug selection should not route back if first page --- app/lib/drug_selection/pages/drug_selection.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/drug_selection/pages/drug_selection.dart b/app/lib/drug_selection/pages/drug_selection.dart index eb9c244a..ca4c1f93 100644 --- a/app/lib/drug_selection/pages/drug_selection.dart +++ b/app/lib/drug_selection/pages/drug_selection.dart @@ -32,6 +32,7 @@ class DrugSelectionPage extends HookWidget { return unscrollablePageScaffold( title: context.l10n.drug_selection_header, contextToDismissFocusOnTap: context, + canNavigateBack: context.router.stack.length > 1, body: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [