From d605efd6024fa908b6be3f83924faca44244410f Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 3 Apr 2023 16:52:00 +0700 Subject: [PATCH] TF-1688 Add `adr` for issue `#1688` (cherry picked from commit e462cc2ad44e07fa134b10b0ba575de92012ed6a) --- ...ate-identity-successfully-by-html-style.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/adr/0020-fix-tmail-ui-broken-after-create-identity-successfully-by-html-style.md diff --git a/docs/adr/0020-fix-tmail-ui-broken-after-create-identity-successfully-by-html-style.md b/docs/adr/0020-fix-tmail-ui-broken-after-create-identity-successfully-by-html-style.md new file mode 100644 index 000000000..70af3abbe --- /dev/null +++ b/docs/adr/0020-fix-tmail-ui-broken-after-create-identity-successfully-by-html-style.md @@ -0,0 +1,19 @@ +# 20. Fix Team Mail UI is broken after user create identity successfully by html (#1688) + +Date: 20223-04-03 + +## Status + +- Issue: [#1688](https://github.com/linagora/tmail-flutter/issues/1688) + +## Context + +- Root cause: Flutter was unable to create enough overlay surfaces. This is usually caused by too many platform views being displayed at once. + +## Decision + +- Use `pointer_interceptor` version `v0.9.1` + +## Consequences + +- No more UI loss errors