MCPcopy Create free account
hub / github.com/buggins/coolreader / onClick

Method onClick

android/src/org/coolreader/CoolReader.java:2077–2079  ·  view source on GitHub ↗
(DialogInterface arg0, int arg1)

Source from the content-addressed store, hash-verified

2075 dlg.setTitle(questionResourceId);
2076 dlg.setPositiveButton(R.string.dlg_button_ok, new OnClickListener() {
2077 public void onClick(DialogInterface arg0, int arg1) {
2078 action.run();
2079 }
2080 });
2081 dlg.setNegativeButton(R.string.dlg_button_cancel, new OnClickListener() {
2082 public void onClick(DialogInterface arg0, int arg1) {

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected