Added dialog cancel

This commit is contained in:
M66B
2019-09-12 13:23:32 +02:00
parent ec1ad6085f
commit ac69a94dd2
14 changed files with 21 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ public class FragmentDialogDuration extends FragmentDialogBase {
sendResult(RESULT_OK);
}
})
.setNegativeButton(android.R.string.cancel, null)
.setNeutralButton(R.string.title_reset, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialogInterface, int i) {