|
|
@ -2533,7 +2533,7 @@ class Core {
|
|
|
|
parent = db.folder().getFolderByName(account.id, fullName.substring(0, sep));
|
|
|
|
parent = db.folder().getFolderByName(account.id, fullName.substring(0, sep));
|
|
|
|
|
|
|
|
|
|
|
|
if (!EntityFolder.USER.equals(type) && !EntityFolder.SYSTEM.equals(type)) {
|
|
|
|
if (!EntityFolder.USER.equals(type) && !EntityFolder.SYSTEM.equals(type)) {
|
|
|
|
prefs.edit().remove("updated." + account.id + "." + folder.type).apply();
|
|
|
|
prefs.edit().remove("updated." + account.id + "." + type).apply();
|
|
|
|
EntityFolder has = db.folder().getFolderByType(account.id, type);
|
|
|
|
EntityFolder has = db.folder().getFolderByType(account.id, type);
|
|
|
|
if (has != null)
|
|
|
|
if (has != null)
|
|
|
|
type = EntityFolder.USER;
|
|
|
|
type = EntityFolder.USER;
|
|
|
|