We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c854c commit 8cffe54Copy full SHA for 8cffe54
app/src/main/java/com/hololo/tutorial/sample/MainActivity.java
@@ -30,7 +30,11 @@ protected void onCreate(Bundle savedInstanceState) {
30
@Override
31
public void finishTutorial() {
32
Toast.makeText(this, "Tutorial finished", Toast.LENGTH_SHORT).show();
33
- finish();
+ }
34
+
35
+ @Override
36
+ public void cancelTutorial() {
37
+ Toast.makeText(this, "Tutorial canceled", Toast.LENGTH_SHORT).show();
38
}
39
40
0 commit comments