fix: background fetch crashing android app

This commit is contained in:
Rainer Killinger
2022-09-30 08:25:00 +00:00
parent 2ddffe6d4f
commit 3316ad9169
10 changed files with 83 additions and 67 deletions

View File

@@ -44,6 +44,12 @@
'settings.calendar.sync.syncWithCalendar' | translate
}}</ion-label>
</ion-item>
<!--
~ TODO:
~ background fetch is too unreliable to suggest our users that
~ they'll get a notification upon change of event/dateseries.
~ This has to be a highly reliable service notifing users via APN/GCM.
<ion-item>
<ion-toggle
[disabled]="isWeb"
@@ -59,6 +65,7 @@
'settings.calendar.sync.eventNotifications' | translate
}}</ion-label>
</ion-item>
-->
<ion-item>
<ion-button
[disabled]="isWeb || !syncEnabled"