commit | 1924dac3811575d594c11b76874b24ee0ad24e71 | [log] [tgz] |
---|---|---|
author | Zach Johnson <zachoverflow@google.com> | Wed Sep 24 16:01:29 2014 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Mon Mar 16 16:51:34 2015 -0700 |
tree | 7b5049c8d17b55ed4d87ff89db311f122147013c | |
parent | f5153bf62b6cee3f3c740504e94360130c3a9186 [diff] |
Don't send adapter change until stack manager updates state Since the callback occurred before the stack manager updated its state to say the stack was fully loaded, there was a chance that the adapter name change would be attempted before the state was updated. This would cause the adapter property change function to return a "not ready" status.