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
@@ -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);