Closed kaciula closed 10 years ago
For faster response times on the UI thread, the library should use apply() instead of commit() for API levels 9+.
http://developer.android.com/reference/android/content/SharedPreferences.Editor.html#apply()
:+1: Will be changed soon.
For faster response times on the UI thread, the library should use apply() instead of commit() for API levels 9+.
http://developer.android.com/reference/android/content/SharedPreferences.Editor.html#apply()