From 058684e266064d94ad20532a3613e8435fa78189 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 14 Sep 2019 08:52:01 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index dba5d5a6df..2f33d3b758 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2238,9 +2238,14 @@ This behavior seems quite natural to me, also because it is similar to turning p **(132) Why are new message notifications silent?** -Notifications appear to silent by default on some MIUI versions. +Notifications are silent by default on some MIUI versions. Please see [here](http://en.miui.com/thread-3930694-1-1.html) how you can fix this. +There is a bug in some Android versions +causing [setOnlyAlertOnce](https://developer.android.com/reference/android/app/Notification.Builder#setOnlyAlertOnce(boolean)) to mute notifications. +Since FairEmail shows new message notifications right after fetching the message headers +and FairEmail needs to update new message notifications after fetching the message text later, this cannot be fixed or worked around by FairEmail. +