Skip to content

Commit

Permalink
Merge pull request #514 from hpi-studyu/issue/513
Browse files Browse the repository at this point in the history
Fix #513 (navigation bug)
  • Loading branch information
hig-dev authored Nov 7, 2023
2 parents 5cc342c + 56c1d20 commit edf5d23
Show file tree
Hide file tree
Showing 22 changed files with 26,130 additions and 36,342 deletions.
2 changes: 1 addition & 1 deletion app/lib/screens/study/dashboard/dashboard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class StudyFinishedPlaceholder extends StatelessWidget {
),
space,
OutlinedButton.icon(
onPressed: () => Navigator.pushNamedAndRemoveUntil(context, Routes.studySelection, (_) => false),
onPressed: () => Navigator.pushNamed(context, Routes.studySelection),
icon: Icon(MdiIcons.clipboardArrowRightOutline, size: fontSize),
label: Text(AppLocalizations.of(context)!.study_selection, style: textStyle),
),
Expand Down
134 changes: 67 additions & 67 deletions docs/uml/app/lib/screens/app_onboarding/uml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit edf5d23

Please sign in to comment.