am 6a831b7d: fix typo in code comment
* commit '6a831b7d5cd87b5b2c7660c84ed34f8ccc5ae275': fix typo in code comment
This commit is contained in:
@@ -122,11 +122,11 @@ public class MainActivity extends FragmentActivity {
|
||||
return;
|
||||
}
|
||||
|
||||
// Create an instance of ExampleFragment
|
||||
// Create a new Fragment to be placed in the activity layout
|
||||
HeadlinesFragment firstFragment = new HeadlinesFragment();
|
||||
|
||||
// In case this activity was started with special instructions from an Intent,
|
||||
// pass the Intent's extras to the fragment as arguments
|
||||
// In case this activity was started with special instructions from an
|
||||
// Intent, pass the Intent's extras to the fragment as arguments
|
||||
firstFragment.setArguments(getIntent().getExtras());
|
||||
|
||||
// Add the fragment to the 'fragment_container' FrameLayout
|
||||
|
||||
Reference in New Issue
Block a user