commit | a0e3cd3853da1d14da4918c49d25128622cf0610 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Tue Apr 21 21:27:33 2009 -0700 |
committer | Mike Lockwood <lockwood@android.com> | Tue Apr 21 21:27:33 2009 -0700 |
tree | ade384126851d16b3905ac8fa95052cd1be123bb | |
parent | 9ce7217c8eb4141bda68b85641814958da58a7ab [diff] |
Fix timing problem that was introduced when we removed location provider polling The wake lock was not being held until after we enabled location tracking, so the check to see if the wake lock was held before propogating a new location prevented us from receiving a network location as soon as we enabled the provider. This check is not necessary anyway, so this change removes it. Signed-off-by: Mike Lockwood <lockwood@android.com>