Make SyncState values match SyncServiceState values.

This commit is contained in:
Benoit Marty 2023-07-19 14:44:53 +02:00
parent 1f243dcb54
commit c04fcfc352
7 changed files with 13 additions and 13 deletions

View file

@ -18,7 +18,7 @@ package io.element.android.libraries.matrix.api.sync
enum class SyncState {
Idle,
Syncing,
InError,
Running,
Error,
Terminated,
}