Skip to content

Commit

Permalink
Bug fix: onActivityCreated() chains to on onActivityCreated() now
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Apr 3, 2011
1 parent 32397b9 commit abe4985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class CountriesFragment extends ListFragment {

@Override
public void onActivityCreated(Bundle state) {
super.onCreate(state);
super.onActivityCreated(state);

setListAdapter(new CountryAdapter());

Expand Down

0 comments on commit abe4985

Please sign in to comment.