Show why notification was redacted

pull/162/head
M66B 6 years ago
parent 9e24bec144
commit 1db5eeb596

@ -2813,8 +2813,10 @@ class Core {
} }
if (biometrics && !biometric_notify) if (biometrics && !biometric_notify)
mbuilder.setContentTitle(context.getResources().getQuantityString( mbuilder
R.plurals.title_notification_unseen, 1, 1)); .setContentTitle(context.getResources().getQuantityString(
R.plurals.title_notification_unseen, 1, 1))
.setContentText(context.getString(R.string.title_setup_biometrics));
else { else {
String folderName = message.folderDisplay == null String folderName = message.folderDisplay == null
? Helper.localizeFolderName(context, message.folderName) ? Helper.localizeFolderName(context, message.folderName)

Loading…
Cancel
Save