DescriptionFix 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
Committed: https://crrev.com/8afaa388f8005d441f7bbf0292ba7112124a6877
Cr-Commit-Position: refs/heads/master@{#316956}
Patch Set 1 #
Total comments: 2
Patch Set 2 : nits #Messages
Total messages: 9 (3 generated)
|