Skip to content

"Sync pending" UI still doesn't work #1611

@rfc2822

Description

@rfc2822

On my Android 15

Workaround is there but probably UI not enabled for Android 14+

if (Build.VERSION.SDK_INT >= 34) {
// On Android 14+ pending sync checks always return true (bug), so we don't need to check.
// See: https://github.com/bitfireAT/davx5-ose/issues/1458
flowOf(false)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions