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: [