mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Use context looper
This commit is contained in:
@@ -2564,7 +2564,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
if (outbox != null) {
|
||||
db.folder().setFolderError(outbox.id, null);
|
||||
|
||||
handler = new Handler(Looper.getMainLooper()) {
|
||||
handler = new Handler(getMainLooper()) {
|
||||
private LiveData<List<EntityOperation>> liveOperations;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user