commit | ad8c32f3028d13869d4c494ae14193ceba3281af | [log] [tgz] |
---|---|---|
author | Wink Saville <wink@google.com> | Sat Jan 15 07:47:03 2011 -0800 |
committer | Wink Saville <wink@google.com> | Sat Jan 15 07:47:03 2011 -0800 |
tree | f13ac8ebfe9ab9c61dcd62a1aede6d511c7a3836 | |
parent | 77c3e4b9fdab1f48cfa95cddb4a110946f4a1cd8 [diff] |
Set mIsMinInfoReady and mCurrentOtasp before notifcations. We were sending a notification before setting mIsMinInfoReady and mCurrentOtasp. This causes a race and it's possible that OtaUtils.maybeDoOtasp is called before before they are set. In this case the activation would not occur. Bug: 3339109 Change-Id: I3baf8992d58af63a5cc07a14cc33157fd1c5aaa3