commit | 21aed344fc1836de952b3ce7e4bee0d046f2def4 | [log] [tgz] |
---|---|---|
author | Matthew Fritze <mfritze@google.com> | Wed Aug 16 15:45:52 2017 -0700 |
committer | Matthew Fritze <mfritze@google.com> | Tue Aug 29 08:20:51 2017 -0700 |
tree | 90f82bf67d725183b261faca656f4c77ec94578a | |
parent | ccbb613fa95834a8d70e66a8b6483d4a8283cc96 [diff] |
Prevent race condition between SavedQuery and Query Loader SearchFragment and SavedQueryLoader share a loader manager and had been using the same loader id for different loaders. Occaisionally (in monkey tests) two loaders with the same IDs would be started and crash when they finished. The loaders now have different IDs. Change-Id: I11e9b7365605fbcef44cf7d2323183415422f5c8 Fixes: 64756515 Test: robotests