WT 1.1.14 tutorial - registration process fix

This commit is contained in:
bossanyit
2021-05-08 22:03:22 +02:00
parent f4344bcf11
commit 9066ccd607
4 changed files with 6 additions and 4 deletions
+1
View File
@@ -181,6 +181,7 @@ class _ExerciseNewPageState extends State<ExerciseNewPage> with Trans, Logging {
return;
} else {
if (tutorialBloc.isActive) {
tutorialBloc.step = 0;
TutorialWidget().close();
}
Navigator.of(context).pushNamed("registration");
+1
View File
@@ -25,6 +25,7 @@ class TutorialWidget with Trans, Logging {
void tip(BuildContext context) {
final TutorialBloc bloc = BlocProvider.of<TutorialBloc>(context);
if (bloc.action == null) {
print("Action is null");
return;
}
setContext(context);