Loading app/src/main/kotlin/at/bitfire/davdroid/syncadapter/SyncManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -850,7 +850,7 @@ abstract class SyncManager<ResourceType: LocalResource<*>, out CollectionType: L syncResult.stats.numIoExceptions++ } is UnauthorizedException -> { title = context.getString(R.string.sync_error_authentification_failed_title, accountSettings.credentials().userName) title = context.getString(R.string.sync_error_authentification_failed_title, accountSettings.account.name) tag = UNAUTHORIZED_NOTIFICATION_TAG message = context.getString(R.string.sync_error_authentication_failed) syncResult.stats.numAuthExceptions++ Loading Loading
app/src/main/kotlin/at/bitfire/davdroid/syncadapter/SyncManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -850,7 +850,7 @@ abstract class SyncManager<ResourceType: LocalResource<*>, out CollectionType: L syncResult.stats.numIoExceptions++ } is UnauthorizedException -> { title = context.getString(R.string.sync_error_authentification_failed_title, accountSettings.credentials().userName) title = context.getString(R.string.sync_error_authentification_failed_title, accountSettings.account.name) tag = UNAUTHORIZED_NOTIFICATION_TAG message = context.getString(R.string.sync_error_authentication_failed) syncResult.stats.numAuthExceptions++ Loading