fix: Dialogs

This commit is contained in:
Christian Pauly 2021-01-19 15:46:43 +01:00
commit e15a549375
11 changed files with 104 additions and 68 deletions

View file

@ -362,7 +362,10 @@ class MatrixState extends State<Matrix> {
request.onUpdate = null;
hidPopup = true;
await request.acceptVerification();
await KeyVerificationDialog(request: request).show(context);
await KeyVerificationDialog(
request: request,
l10n: L10n.of(context),
).show(context);
} else {
request.onUpdate = null;
hidPopup = true;