Warn for upload issues sent messages folder

This commit is contained in:
M66B
2025-03-31 14:27:16 +02:00
parent df30ce0d91
commit 2a712a3ee3
2 changed files with 4 additions and 0 deletions

View File

@@ -752,6 +752,9 @@ class Core {
"title_op_title_" + op.name,
"string",
context.getPackageName());
if (EntityOperation.ADD.equals(op.name) &&
(!EntityFolder.SENT.equals(folder.name) || Helper.isPlayStoreInstall()))
resid = 0;
String title = (resid == 0 ? null : context.getString(resid));
if (title != null) {
NotificationCompat.Builder builder =