mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 09:01:30 +01:00
Refactoring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user