mirror of
https://github.com/encounter/dolphin.git
synced 2026-03-30 11:08:26 -07:00
053f5c1f17
apply() changes the in-memory instance of SharedPreferences and writes to the disk asynchronously, rather than synchronously, which commit() does. Since these are done on the UI thread, they should be asynchronous.