summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/12/changes
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2011-09-26 13:49:33 -0700
committerChet Haase <chet@google.com>2011-09-26 14:32:26 -0700
commit6e6db61809a9cf31f110fb53be09b43cfb9f14de (patch)
tree9b3bb61d6dda7461d10a1232b0048577bd1ce8d0 /docs/html/sdk/api_diff/12/changes
parentd359b575f7cc0ac36caacf7bbdcaef3394830a25 (diff)
Fix display list issue that was crashing an external app.
The app was removing a View whilst in its onDraw() method. This meant that we asked it for its display list and it invalidated that display list (by removing itself) before it returned from onDraw(). We later attempted to draw that invalid display list into its parent nad died in native code. The fix is to check the state of the display list after the call to getDisplayList() and to avoid doing further work with it if it's invalid. Change-Id: I14a342b4fe79c8dce2626ff61237b447040e7f42
Diffstat (limited to 'docs/html/sdk/api_diff/12/changes')
0 files changed, 0 insertions, 0 deletions