fix(dialog): On Android, do not add a Cancel button to message dialogs (#873)

This commit is contained in:
Olivier Lemasle
2024-01-11 03:30:32 +01:00
committed by GitHub
parent 1b1d795b58
commit bf5a21d5b2
3 changed files with 28 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"dialog": "patch"
---
On Android, do not add a `Cancel` button to message dialogs.