diff options
| author | Chet Haase <chet@google.com> | 2011-09-26 13:49:33 -0700 |
|---|---|---|
| committer | Chet Haase <chet@google.com> | 2011-09-26 14:32:26 -0700 |
| commit | 6e6db61809a9cf31f110fb53be09b43cfb9f14de (patch) | |
| tree | 9b3bb61d6dda7461d10a1232b0048577bd1ce8d0 /docs/html/sdk/api_diff/12/changes | |
| parent | d359b575f7cc0ac36caacf7bbdcaef3394830a25 (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
