Small folder fixes

This commit is contained in:
M66B
2021-07-17 16:10:26 +02:00
parent 6b3c03a65c
commit 534c71130d
2 changed files with 2 additions and 2 deletions

View File

@@ -1350,7 +1350,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
int count = db.folder().renameFolder(account.id, old, name);
Log.i("Renamed to " + name + " count=" + count);
if (count == 0)
if (count != 0)
reload(ServiceSynchronize.this, account.id, false, "folder renamed");
} finally {
wlFolder.release();