You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
The implementation of Preferences for Android uses SharedPreferences.Editor.Commit for PlatformRemove and PlatformClear when editing. The docs only suggest using this if you're using the return value. I'm suggesting we use Apply to be consistent with PlatformSet and take unwanted disk writes off the main thread. https://developer.android.com/reference/android/content/SharedPreferences.Editor#commit()
Expected Behavior
Asynchronous disk writes when removing and clearing SharedPreferences.