mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
fix: background fetch crashing android app
This commit is contained in:
@@ -92,8 +92,7 @@ export class ScheduleSyncService implements OnDestroy {
|
||||
const status = await BackgroundFetch.configure(
|
||||
{
|
||||
minimumFetchInterval: 15,
|
||||
stopOnTerminate: false,
|
||||
enableHeadless: true,
|
||||
requiredNetworkType: 1,
|
||||
},
|
||||
async taskId => {
|
||||
await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user