Skip to content

Commit 6e2e74a

Browse files
author
zagum
committed
make INDETERMINATE state private
1 parent 044e673 commit 6e2e74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expandicon/src/main/java/com/github/zagum/expandicon/ExpandIconView.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class ExpandIconView extends View {
4343

4444
public static final int MORE = 0;
4545
public static final int LESS = 1;
46-
public static final int INTERMEDIATE = 2;
46+
private static final int INTERMEDIATE = 2;
4747

4848
@State
4949
private int state;

0 commit comments

Comments
 (0)