mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
4 lines
331 B
Text
4 lines
331 B
Text
- Some `val` have been changed to `fun` to increase their visibility in the generated documentation. Just add `()` if you were using them.
|
|
- `KeysBackupService.state` has been replaced by `KeysBackupService.getState()`
|
|
- `KeysBackupService.isStucked` has been replaced by `KeysBackupService.isStuck()`
|
|
- SDK documentation improved
|