WT 1.1.14 tutorial - registration process fix
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user