commit | 81d860013c7eeb96a09574301485d3e405ce03bc | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Wed Mar 02 16:11:31 2011 -0800 |
committer | Amith Yamasani <yamasani@google.com> | Wed Mar 02 16:11:31 2011 -0800 |
tree | ecb4755db5450f584d7215a627d0ccbdeb62de99 | |
parent | 0528bc77948e49bd75cfd4082fb8fef3a7238626 [diff] |
Fix a race condition when entering and exiting a preference fragment quickly. Bug: 3413715 Fragment was going through STARTED/RESUMED/STARTED/CREATED very quickly and bindPreferences() was a delayed call that happened after mView was nullified. Removing the MSG_BIND_PREFERENCES when view is destroyed. Change-Id: Iec43102c004a266c412b993f17e1a8c1699fb0b1