Show why notification was redacted

This commit is contained in:
M66B
2019-09-29 18:14:40 +02:00
parent 9e24bec144
commit 1db5eeb596

View File

@@ -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)