tachiyomi/app/src
Ivan Iskandar 24e1b4034e
Move workers to foreground service context a bit more safely (#10202)
The system will crash the app if the worker that calls setForeground() finished
before the service runner be able to call Service.startForeground(). This edge
case is not handled by WorkManager and there is no way to check if the required
calls are done.

So here we suspend the worker by an arbitrary duration assuming the transition
to foreground service is done by then.
2023-12-02 11:46:59 -05:00
..
debug/res Fix monochrome launcher icon not applied when non-round shape is used (#8552) 2022-11-17 12:23:48 -05:00
main Move workers to foreground service context a bit more safely (#10202) 2023-12-02 11:46:59 -05:00
standard Update google-services.json with latest version from Firebase Console 2021-08-15 17:08:43 -04:00