mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Use media executor
This commit is contained in:
@@ -997,7 +997,7 @@ public class EntityRule {
|
||||
return true;
|
||||
}
|
||||
|
||||
Helper.getSerialExecutor().submit(new Runnable() {
|
||||
Helper.getMediaTaskExecutor().submit(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user