Arrival data can be shown on click

This commit is contained in:
2023-12-30 22:53:30 +02:00
parent d39a000fb7
commit 23218c22d7
2 changed files with 41 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ class _InputDataState extends State<InputData> {
}
}
showAlertDialog(BuildContext context, int chosenLine, String chosenColour, String chosenDir, String submissionDate) {
showSubmissionSuccess(BuildContext context, int chosenLine, String chosenColour, String chosenDir, String submissionDate) {
// Delay (I want the splash to show)
//Future.delayed(const Duration(milliseconds: 200));