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

@@ -1098,6 +1098,7 @@ public class FragmentRule extends FragmentBase {
return new AlertDialog.Builder(getContext())
.setTitle(R.string.title_rule_matched)
.setView(dview)
.setNegativeButton(android.R.string.cancel, null)
.create();
}
}