am 37453a83: Merge "Docs: Changed" into jb-mr2-docs

* commit '37453a8353a190233c94c9f40261feef6a9ebf08':
  Docs: Changed
This commit is contained in:
David Friedman
2013-09-27 10:30:09 -07:00
committed by Android Git Automerger

View File

@@ -593,7 +593,7 @@ public class NoticeDialogFragment extends DialogFragment {
.setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int id) {
// Send the negative button event back to the host activity
mListener.onDialogPositiveClick(NoticeDialogFragment.this);
mListener.onDialogNegativeClick(NoticeDialogFragment.this);
}
});
return builder.create();