Skip to content

Commit

Permalink
fix(app): drug selection should not route back if first page
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-slosarek authored and tamslo committed Jan 7, 2025
1 parent e7494c2 commit 69b7bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/drug_selection/pages/drug_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 69b7bc0

Please sign in to comment.