Merge "Docs: Changed" into jb-mr2-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
37453a8353
@@ -593,7 +593,7 @@ public class NoticeDialogFragment extends DialogFragment {
|
|||||||
.setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
|
.setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
|
||||||
public void onClick(DialogInterface dialog, int id) {
|
public void onClick(DialogInterface dialog, int id) {
|
||||||
// Send the negative button event back to the host activity
|
// Send the negative button event back to the host activity
|
||||||
mListener.onDialogPositiveClick(NoticeDialogFragment.this);
|
mListener.onDialogNegativeClick(NoticeDialogFragment.this);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return builder.create();
|
return builder.create();
|
||||||
|
|||||||
Reference in New Issue
Block a user