Fix permissions notification

* ical4android: remove ORGANIZER from all VEVENT components if there are not attendees
pull/2/head
Ricki Hirner 8 years ago
parent 4b8c44fe5b
commit d30077657c

@ -76,7 +76,7 @@ public abstract class SyncAdapterService extends Service {
.setLargeIcon(App.getLauncherBitmap(getContext()))
.setContentTitle(getContext().getString(R.string.sync_error_permissions))
.setContentText(getContext().getString(R.string.sync_error_permissions_text))
.setContentIntent(PendingIntent.getActivity(getContext(), 0, intent, PendingIntent.FLAG_CANCEL_CURRENT))
.setContentIntent(PendingIntent.getActivity(getContext(), 0, intent, PendingIntent.FLAG_UPDATE_CURRENT))
.setCategory(NotificationCompat.CATEGORY_ERROR)
.build();
NotificationManagerCompat nm = NotificationManagerCompat.from(getContext());

@ -1 +1 @@
Subproject commit 5d4cce1ed7045d903e50796a4599e341bb0246e8
Subproject commit 70d40e726d6104e90aa0077db8fd5678328b0745
Loading…
Cancel
Save