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:
parent
7847d426b8
commit
18e642fc8f
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue