Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7315e4e authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am d5e2fd07: am 7b8c6c76: am a473027d: am 483a2c21: am 144f2e58: am 6a831b7d:...

am d5e2fd07: am 7b8c6c76: am a473027d: am 483a2c21: am 144f2e58: am 6a831b7d: fix typo in code comment

* commit 'd5e2fd07':
  fix typo in code comment
parents 0cf92c0d d5e2fd07
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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