mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Show why notification was redacted
This commit is contained in:
@@ -2813,8 +2813,10 @@ class Core {
|
||||
}
|
||||
|
||||
if (biometrics && !biometric_notify)
|
||||
mbuilder.setContentTitle(context.getResources().getQuantityString(
|
||||
R.plurals.title_notification_unseen, 1, 1));
|
||||
mbuilder
|
||||
.setContentTitle(context.getResources().getQuantityString(
|
||||
R.plurals.title_notification_unseen, 1, 1))
|
||||
.setContentText(context.getString(R.string.title_setup_biometrics));
|
||||
else {
|
||||
String folderName = message.folderDisplay == null
|
||||
? Helper.localizeFolderName(context, message.folderName)
|
||||
|
||||
Reference in New Issue
Block a user