We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044e673 commit 6e2e74aCopy full SHA for 6e2e74a
expandicon/src/main/java/com/github/zagum/expandicon/ExpandIconView.java
@@ -43,7 +43,7 @@ public class ExpandIconView extends View {
43
44
public static final int MORE = 0;
45
public static final int LESS = 1;
46
- public static final int INTERMEDIATE = 2;
+ private static final int INTERMEDIATE = 2;
47
48
@State
49
private int state;
0 commit comments