Make SyncState values match SyncServiceState values.
This commit is contained in:
parent
2686e5d912
commit
3c9ecec563
7 changed files with 13 additions and 13 deletions
|
|
@ -18,7 +18,7 @@ package io.element.android.libraries.matrix.api.sync
|
|||
|
||||
enum class SyncState {
|
||||
Idle,
|
||||
Syncing,
|
||||
InError,
|
||||
Running,
|
||||
Error,
|
||||
Terminated,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue