Loading app/src/main/kotlin/at/bitfire/davdroid/syncadapter/SyncManager.kt +6 −0 Original line number Diff line number Diff line Loading @@ -901,6 +901,11 @@ abstract class SyncManager<ResourceType: LocalResource<*>, out CollectionType: L || account.type == context.getString(R.string.account_type_eelo_address_book)) && (e is UnauthorizedException || e is NotFoundException)) { Logger.log.info("VINCENT: authority: $authority == ${ContactsContract.AUTHORITY} ?" ) Logger.log.info("VINCENT: main account ${mainAccount.type} & ${mainAccount.name}" ) Logger.log.info("VINCENT: main account ${account.type} & ${account.name}" ) contentIntent = Intent(context, SettingsActivity::class.java) contentIntent.putExtra(SettingsActivity.EXTRA_ACCOUNT, if (authority == ContactsContract.AUTHORITY) Loading @@ -908,6 +913,7 @@ abstract class SyncManager<ResourceType: LocalResource<*>, out CollectionType: L else account) } else { Logger.log.info("VINCENT: show buildDebugInfoIntent for notification") contentIntent = buildDebugInfoIntent(e, local, remote) if (local != null) viewItemAction = buildViewItemAction(local) Loading Loading
app/src/main/kotlin/at/bitfire/davdroid/syncadapter/SyncManager.kt +6 −0 Original line number Diff line number Diff line Loading @@ -901,6 +901,11 @@ abstract class SyncManager<ResourceType: LocalResource<*>, out CollectionType: L || account.type == context.getString(R.string.account_type_eelo_address_book)) && (e is UnauthorizedException || e is NotFoundException)) { Logger.log.info("VINCENT: authority: $authority == ${ContactsContract.AUTHORITY} ?" ) Logger.log.info("VINCENT: main account ${mainAccount.type} & ${mainAccount.name}" ) Logger.log.info("VINCENT: main account ${account.type} & ${account.name}" ) contentIntent = Intent(context, SettingsActivity::class.java) contentIntent.putExtra(SettingsActivity.EXTRA_ACCOUNT, if (authority == ContactsContract.AUTHORITY) Loading @@ -908,6 +913,7 @@ abstract class SyncManager<ResourceType: LocalResource<*>, out CollectionType: L else account) } else { Logger.log.info("VINCENT: show buildDebugInfoIntent for notification") contentIntent = buildDebugInfoIntent(e, local, remote) if (local != null) viewItemAction = buildViewItemAction(local) Loading