commit | 47ab4c24dac8eff1adbe4cc216cbf9c6318993a3 | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Wed Apr 27 10:31:03 2016 -0700 |
committer | Adam Powell <adamp@google.com> | Wed Apr 27 10:31:03 2016 -0700 |
tree | 431e892569e9c6c2147c9c5fa103760026a7e20a | |
parent | 05f5ba020fa6caa658c75b6d77436aa980ca0fcc [diff] |
Fix a bug where restartLoader would result in a stuck loader In some cases restartLoader calls that happen in quick succession could cause the new loader to become stuck and never run. Treat loader restarts for loaders that have not yet started the same as starting a brand new loader. Bug 27437287 https://code.google.com/p/android/issues/detail?id=56464 Change-Id: I787616e1a2e8892c4db6f7952794104a304e0422