Skip to content

Commit

Permalink
Add 'image' property to the list of properties to refresh on view rec…
Browse files Browse the repository at this point in the history
…ycle
  • Loading branch information
kopiro committed Feb 9, 2018
1 parent 36694c3 commit 4b86f9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ public class TiListView extends TiUIView implements OnSearchChangeListener {
*/
public static List<String> MUST_SET_PROPERTIES = Arrays.asList(
TiC.PROPERTY_VALUE, TiC.PROPERTY_AUTO_LINK, TiC.PROPERTY_TEXT, TiC.PROPERTY_HTML,
TiC.PROPERTY_WIDTH, TiC.PROPERTY_HEIGHT);
TiC.PROPERTY_WIDTH, TiC.PROPERTY_HEIGHT, TiC.PROPERTY_IMAGE);

public static final String MIN_SEARCH_HEIGHT = "50dp";
public static final int HEADER_FOOTER_WRAP_ID = 12345;
Expand Down

0 comments on commit 4b86f9e

Please sign in to comment.