AMP improvements

This commit is contained in:
M66B
2022-02-13 14:49:50 +01:00
parent dfe4407e64
commit 4432e35678
2 changed files with 12 additions and 2 deletions

View File

@@ -689,7 +689,8 @@ public class Helper {
if (!("message/rfc822".equals(type) ||
"message/delivery-status".equals(type) ||
"message/disposition-notification".equals(type) ||
"text/rfc822-headers".equals(type)))
"text/rfc822-headers".equals(type) ||
"text/x-amp-html".equals(type)))
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
if (!TextUtils.isEmpty(name))