Potential fix for garbled text in All Apps

- now redrawing the cache for CacheableTextView every time setText is called
This commit is contained in:
Michael Jurka
2011-01-12 11:59:23 -08:00
parent f5675decc9
commit c9c548eb10
3 changed files with 10 additions and 21 deletions

View File

@@ -118,7 +118,6 @@ public class BubbleTextView extends CacheableTextView implements VisibilityChang
new FastBitmapDrawable(b),
null, null);
setText(info.title);
buildAndEnableCache();
setTag(info);
}