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

Commit c6d085a5 authored by David Friedman's avatar David Friedman Committed by Android Git Automerger
Browse files

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

* commit '37453a83':
  Docs: Changed
parents 165489da 37453a83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();