added start page to summary

This commit is contained in:
kima
2023-06-17 21:30:48 +02:00
parent 62d3895373
commit 1366984c15
4 changed files with 143 additions and 11 deletions

View File

@@ -211,8 +211,8 @@ class _GradesBodyState extends State<GradesBody> {
),
IconButton(
onPressed: () {
Navigator.of(context).maybePop();
Navigator.of(context).push(
Navigator.pushReplacement(
context,
MaterialPageRoute(
builder: (context) =>
const SummaryScreen(currentPage: 'lessons'),