Skip to content

android-cpp: Restore Sync control #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kristopherjohnson
Copy link
Collaborator

@kristopherjohnson kristopherjohnson commented May 15, 2025

Restore Sync control which was removed due to a sync bug in the 4.9 C++ SDK.

The Kotlin code related to the Sync control UI is substantially the same as the code in the Kotlin Quickstart app. However, there was a bug in the 4.9 C++ SDK which caused the C++ code to crash in ditto_sdk_transports_ble_destroy() when stop_sync() was called, so I removed the Sync control from the app. In the 4.10 SDK, the bug in the core transports code has been fixed, so the crash is no longer repeatable.

Closes SDKS-556

@kristopherjohnson kristopherjohnson self-assigned this May 15, 2025
@kristopherjohnson kristopherjohnson marked this pull request as ready for review May 22, 2025 19:33
@kristopherjohnson
Copy link
Collaborator Author

Note: the failed rust-quickstart PR check is addressed by #67, and is unrelated to any changes in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant