1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-31 20:25:38 +00:00

One widget thread

This commit is contained in:
M66B 2023-02-02 21:46:43 +01:00
parent 7847d426b8
commit 18e642fc8f

View file

@ -41,7 +41,7 @@ import java.util.List;
import java.util.concurrent.ExecutorService;
public class Widget extends AppWidgetProvider {
private static final ExecutorService executor = Helper.getBackgroundExecutor(0, "widget");
private static final ExecutorService executor = Helper.getBackgroundExecutor(1, "widget");
@Override
public void onUpdate(final Context context, final AppWidgetManager appWidgetManager, final int[] appWidgetIds) {