1
0
mirror of https://github.com/etesync/android synced 2024-12-24 15:38:09 +00:00

Fix permissions notification

* ical4android: remove ORGANIZER from all VEVENT components if there are not attendees
This commit is contained in:
Ricki Hirner 2016-12-31 14:15:27 +01:00
parent 4b8c44fe5b
commit d30077657c
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ public abstract class SyncAdapterService extends Service {
.setLargeIcon(App.getLauncherBitmap(getContext())) .setLargeIcon(App.getLauncherBitmap(getContext()))
.setContentTitle(getContext().getString(R.string.sync_error_permissions)) .setContentTitle(getContext().getString(R.string.sync_error_permissions))
.setContentText(getContext().getString(R.string.sync_error_permissions_text)) .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) .setCategory(NotificationCompat.CATEGORY_ERROR)
.build(); .build();
NotificationManagerCompat nm = NotificationManagerCompat.from(getContext()); NotificationManagerCompat nm = NotificationManagerCompat.from(getContext());

@ -1 +1 @@
Subproject commit 5d4cce1ed7045d903e50796a4599e341bb0246e8 Subproject commit 70d40e726d6104e90aa0077db8fd5678328b0745