mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Potential fix for garbled text in All Apps
- now redrawing the cache for CacheableTextView every time setText is called
This commit is contained in:
@@ -118,7 +118,6 @@ public class BubbleTextView extends CacheableTextView implements VisibilityChang
|
||||
new FastBitmapDrawable(b),
|
||||
null, null);
|
||||
setText(info.title);
|
||||
buildAndEnableCache();
|
||||
setTag(info);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user