Loading app/src/main/kotlin/at/bitfire/davdroid/syncadapter/SyncManager.kt +5 −1 Original line number Diff line number Diff line Loading @@ -894,7 +894,11 @@ abstract class SyncManager<ResourceType: LocalResource<*>, out CollectionType: L val contentIntent: Intent var viewItemAction: NotificationCompat.Action? = null if (account.type in AccountUtils.getMainAccountTypes(context) Logger.log.info("VINCENT: Account type: "+ account.type) if ( (account.type in AccountUtils.getMainAccountTypes(context) || account.type == context.getString(R.string.account_type_eelo_address_book)) && (e is UnauthorizedException || e is NotFoundException)) { contentIntent = Intent(context, SettingsActivity::class.java) Loading Loading
app/src/main/kotlin/at/bitfire/davdroid/syncadapter/SyncManager.kt +5 −1 Original line number Diff line number Diff line Loading @@ -894,7 +894,11 @@ abstract class SyncManager<ResourceType: LocalResource<*>, out CollectionType: L val contentIntent: Intent var viewItemAction: NotificationCompat.Action? = null if (account.type in AccountUtils.getMainAccountTypes(context) Logger.log.info("VINCENT: Account type: "+ account.type) if ( (account.type in AccountUtils.getMainAccountTypes(context) || account.type == context.getString(R.string.account_type_eelo_address_book)) && (e is UnauthorizedException || e is NotFoundException)) { contentIntent = Intent(context, SettingsActivity::class.java) Loading