Use media executor

This commit is contained in:
M66B
2023-01-01 11:43:43 +01:00
parent cf3effd43c
commit fb531a3caa
3 changed files with 9 additions and 2 deletions

View File

@@ -997,7 +997,7 @@ public class EntityRule {
return true;
}
Helper.getSerialExecutor().submit(new Runnable() {
Helper.getMediaTaskExecutor().submit(new Runnable() {
@Override
public void run() {
try {