Skip to content

Commit

Permalink
Updated README to indicate that a call to super.onCreate is required …
Browse files Browse the repository at this point in the history
…to avoid an NPE
  • Loading branch information
joshuarose committed Apr 25, 2016
1 parent a18032f commit 5af5a27
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 5af5a27

Please sign in to comment.