commit | d4d04def2cad706894098f6e0c779b173e95892c | [log] [tgz] |
---|---|---|
author | Eric Fischer <enf@google.com> | Tue Oct 27 18:55:57 2009 -0700 |
committer | Eric Fischer <enf@google.com> | Tue Oct 27 18:55:57 2009 -0700 |
tree | 514c44b242c878a1b202134e36b41aa5ab152a14 | |
parent | 678cdbe55e0de71436f8aad5f139eafc2ab6f937 [diff] |
Fix a race that kept the locale picker from working under heavy CPU load. The locale picker and the activity transition would both change the configuration, and depending upon the timing, the activity transition would undo what the locale picker had just done. Usually it worked right, but would often fail if the user changed locales just after a data wipe, when the media scanner was working hard in the background to index the contents of the SD card. http://b/issue?id=2216298