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