commit | 604ed546b7b5772d9355cde280af5f26b8c4bcf5 | [log] [tgz] |
---|---|---|
author | Romain Guy | Fri Mar 27 16:58:23 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Fri Mar 27 16:58:23 2009 -0700 |
tree | 886f3a7fd24a2ae122ded28c27c62e7d9a12a677 | |
parent | 32f114b3c73c0c9146d507ac1473be1700eba14b [diff] |
AI 143281: am: CL 142990 Fixes #1739360. SimpleCursorAdapter was calling (unnecessarily) toString() on the Cursor even in the case where a ViewBinder was being used. This could cause crashes when the cursor was currently on a blob. This change defers the String conversion to the case where no ViewBinder is used. Original author: romainguy Merged from: //branches/donutburger/... Automated import of CL 143281