mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Added dialog cancel
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user