mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Refactoring
This commit is contained in:
parent
4fb50519e6
commit
b8c4566304
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue