Skip to content

Commit

Permalink
Fix issue 46
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Silver authored and Asser committed Oct 2, 2017
1 parent 8ae80ba commit d141534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class MainActivity extends AppCompatActivity {
*/
private TextView mLifecycleDisplay;

// TODO (1) Declare and instantiate an ArrayList of Strings called mLifecycleCallbacks
// TODO (1) Declare and instantiate a static ArrayList of Strings called mLifecycleCallbacks

/**
* Called when the activity is first created. This is where you should do all of your normal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class MainActivity extends AppCompatActivity {
*/
private TextView mLifecycleDisplay;

// COMPLETED (1) Declare and instantiate an ArrayList of Strings called mLifecycleCallbacks
// COMPLETED (1) Declare and instantiate a static ArrayList of Strings called mLifecycleCallbacks
/*
* This ArrayList will keep track of lifecycle callbacks that occur after we are able to save
* them. Since, as we've observed, the contents of the TextView are saved in onSaveInstanceState
Expand Down

0 comments on commit d141534

Please sign in to comment.