mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +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;
|
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);
|
||||||
|
|
Loading…
Reference in a new issue