From b2ea0d0f28a9c583234fc1d83115b514db7c049f Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 8 Mar 2015 17:28:19 -0700 Subject: Get around the random recycled bitmap errors from calling onDraw after a bitmap had been recycled to make room for a new one. This isn't the ideal fix since it will show a blank image, but it is better than just crashing. --- res/layout/chat_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/chat_item.xml') diff --git a/res/layout/chat_item.xml b/res/layout/chat_item.xml index b175d6c1..f31f7988 100644 --- a/res/layout/chat_item.xml +++ b/res/layout/chat_item.xml @@ -4,7 +4,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content"> -