mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-17 14:33:32 +02:00
Warn for upload issues sent messages folder
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user