Skip to content

Commit

Permalink
Merge pull request chyrta#6 from joshuarose/update_readme_for_super_call
Browse files Browse the repository at this point in the history
Updated README to indicate that a call to super.onCreate is required to load an activity.
  • Loading branch information
Dzmitry Chyrta committed Apr 26, 2016
2 parents a18032f + 5af5a27 commit 08a0441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public class IntroActivity extends OnboarderActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
onboarderPages = new ArrayList<OnboarderPage>();

// Create your first page
Expand Down

0 comments on commit 08a0441

Please sign in to comment.