diff options
| author | 2013-09-27 10:30:09 -0700 | |
|---|---|---|
| committer | 2013-09-27 10:30:09 -0700 | |
| commit | c6d085a5179311ba3d7395360e6e427fa4fb076c (patch) | |
| tree | 68f7d0a81b1a654ff3274a1472f7e49201d627b4 | |
| parent | 165489da28ff5b77d84095461934e86da8591f85 (diff) | |
| parent | 37453a8353a190233c94c9f40261feef6a9ebf08 (diff) | |
am 37453a83: Merge "Docs: Changed" into jb-mr2-docs
* commit '37453a8353a190233c94c9f40261feef6a9ebf08':
Docs: Changed
| -rw-r--r-- | docs/html/guide/topics/ui/dialogs.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/dialogs.jd b/docs/html/guide/topics/ui/dialogs.jd index 09767bff0754..d934c4b55e40 100644 --- a/docs/html/guide/topics/ui/dialogs.jd +++ b/docs/html/guide/topics/ui/dialogs.jd @@ -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(); |