1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 03:05:31 +00:00

Refactoring

This commit is contained in:
M66B 2019-02-28 18:39:46 +00:00
parent 4fb50519e6
commit b8c4566304

View file

@ -104,7 +104,7 @@ public class ServiceUI extends IntentService {
break; break;
case "process": case "process":
onProcessOperation(id); onProcessOperations(id);
break; break;
case "fsync": case "fsync":
@ -241,7 +241,7 @@ public class ServiceUI extends IntentService {
} }
} }
private void onProcessOperation(long fid) { private void onProcessOperations(long fid) {
DB db = DB.getInstance(this); DB db = DB.getInstance(this);
EntityFolder folder = db.folder().getFolder(fid); EntityFolder folder = db.folder().getFolder(fid);