mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Name threads
This commit is contained in:
@@ -1202,7 +1202,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
Log.e(ex);
|
||||
}
|
||||
}
|
||||
});
|
||||
}, "synchronize:connectivity");
|
||||
check.setPriority(THREAD_PRIORITY_BACKGROUND);
|
||||
check.start();
|
||||
} else
|
||||
@@ -1288,7 +1288,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
Log.e(ex);
|
||||
}
|
||||
}
|
||||
});
|
||||
}, "synchronize:boot");
|
||||
thread.setPriority(THREAD_PRIORITY_BACKGROUND);
|
||||
thread.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user