1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +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;
case "process":
onProcessOperation(id);
onProcessOperations(id);
break;
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);
EntityFolder folder = db.folder().getFolder(fid);