Commit da0a1f12 by Sebastián Katzer

Show empty rec as default icon

parent 4f9f3d06
......@@ -349,7 +349,7 @@ class AssetUtil {
}
if (iconId == 0) {
iconId = android.R.drawable.ic_menu_info_details;
iconId = android.R.drawable.screen_background_dark_transparent;
}
return BitmapFactory.decodeResource(res, iconId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment