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

Commit cf33a02b authored by Anirudh Dewani's avatar Anirudh Dewani Committed by Android Git Automerger
Browse files

am 3ba39ef2: am 1f82dc08: Merge "Typo in spinner tutorial." into honeycomb-mr2

* commit '3ba39ef2':
  Typo in spinner tutorial.
parents 06ca9b90 3ba39ef2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ public class MyOnItemSelectedListener implements OnItemSelectedListener {

    public void onItemSelected(AdapterView<?> parent,
        View view, int pos, long id) {
      Toast.makeText(parent.getContext()), "The planet is " +
      Toast.makeText(parent.getContext(), "The planet is " +
          parent.getItemAtPosition(pos).toString(), Toast.LENGTH_LONG).show();
    }