Fix an issue that download entries in SharedPreferences is not removed when exiting app
SharedPreference.edit() creates a new editor. So calling this method twice creates 2 different editors. And the apply() call from the 2nd editor has no effect on the first editor. BUG=459403 Review URL: https://codereview.chromium.org/930303003 Cr-Commit-Position: refs/heads/master@{#316956}
Showing
Please register or sign in to comment