-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hi Heinrich,
I updated this lib recently (3.0.3), and I've broken it. I have made a minimum working example, the same as your example, and there is an error that I need to implement abstract method onCreateSteps(). Does this replace getSteps() that is given in the example?
I am also getting an error on new TextStep, where I think it is required to use a Builder now? The error is :
error: constructor TextStep in class TextStep cannot be applied to given types;
required: Builder
found: Context,String,int,String,int,String
reason: actual and formal argument lists differ in length
These two issues prevent it working for me right now.
Apologies if anything is obvious here, I'm a new developer!
Metadata
Metadata
Assignees
Labels
No labels