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/user_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/user_list_item.xml') diff --git a/res/layout/user_list_item.xml b/res/layout/user_list_item.xml index ac408295..146c44d5 100644 --- a/res/layout/user_list_item.xml +++ b/res/layout/user_list_item.xml @@ -5,7 +5,7 @@ android:layout_height="wrap_content" android:background="@android:color/transparent"> -