commit | da53eca79e02ac70761c379f9f2cb3babce9e79d | [log] [tgz] |
---|---|---|
author | Michael Chan | Fri Mar 27 17:46:36 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Fri Mar 27 17:46:36 2009 -0700 |
tree | e84a5abd30ec7df96c54fca4ae34aee2a71d9359 | |
parent | bf62297bd1bd9f2ec6aba14369f596dec2be0356 [diff] |
AI 143298: am: CL 143150 Fixed the problem where setEnabled(false) has no effect from onResume(). The problem was that the Preference widget was reenabled when its dependency was in enabled state. The enabled field was basically overloaded. The fix was to add an additional field to keep track of whether its dependencies were met. Original author: chanm Merged from: //branches/donutburger/... Automated import of CL 143298