Use dedicated UI executor

This commit is contained in:
M66B
2023-01-05 12:06:16 +01:00
parent 4f21c1cc9c
commit dec6e044ee
5 changed files with 14 additions and 7 deletions

View File

@@ -813,7 +813,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
ComponentName.createRelative(context, cls.getName()),
context.getString(title),
Icon.createWithResource(context, icon),
Helper.getParallelExecutor(),
Helper.getUIExecutor(),
new Consumer<Integer>() {
@Override
public void accept(Integer result) {