We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When targeting API 30, OnSharedPreferenceChangeListener now emits an event when clear() is called (https://developer.android.com/reference/kotlin/android/content/SharedPreferences.OnSharedPreferenceChangeListener?hl=en#onsharedpreferencechanged), however this is not the case for Harmony currently.
OnSharedPreferenceChangeListener
clear()
This will be fixed along with #13, as the two issues are related.
The text was updated successfully, but these errors were encountered:
Fix for this issue is in PR and testing. PR #28
Sorry, something went wrong.
Tested locally. Merged to develop, slated for 1.1.8.
pablobaxter
No branches or pull requests
Issue
When targeting API 30,
OnSharedPreferenceChangeListener
now emits an event whenclear()
is called (https://developer.android.com/reference/kotlin/android/content/SharedPreferences.OnSharedPreferenceChangeListener?hl=en#onsharedpreferencechanged), however this is not the case for Harmony currently.Next Steps
This will be fixed along with #13, as the two issues are related.
The text was updated successfully, but these errors were encountered: