Skip to content

Commit

Permalink
make INDETERMINATE state private
Browse files Browse the repository at this point in the history
  • Loading branch information
zagum committed Dec 29, 2016
1 parent 044e673 commit 6e2e74a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class ExpandIconView extends View {

public static final int MORE = 0;
public static final int LESS = 1;
public static final int INTERMEDIATE = 2;
private static final int INTERMEDIATE = 2;

@State
private int state;
Expand Down

0 comments on commit 6e2e74a

Please sign in to comment.