Skip to content
Snippets Groups Projects
Commit ee87ac4a authored by vjrj's avatar vjrj
Browse files

Remove send tutorial step

parent 1c543891
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,11 @@ class FirstTutorial extends Tutorial {
keyTarget: payAmountKey,
align: ContentAlign.top,
shape: ShapeLightFocus.RRect));
targets.add(TutorialTarget(
identify: 'paySentKey',
keyTarget: paySentKey,
align: ContentAlign.top,
shape: ShapeLightFocus.RRect));
/* targets.add(TutorialTarget(
identify: 'paySentKey',
keyTarget: paySentKey,
align: ContentAlign.top,
shape: ShapeLightFocus.RRect)); */
return targets;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment