data flow issue + declaration redundancy
make final unused methods make final BUILD SUCCESSFUL in 0s 39 actionable tasks: 39 up-to-date
This commit is contained in:
parent
d0e7ca8a9a
commit
55ef791c88
38 changed files with 98 additions and 112 deletions
|
|
@ -81,7 +81,7 @@ public class CollapsibleView extends LinearLayout {
|
|||
|
||||
private int targetHeight = -1;
|
||||
private ValueAnimator currentAnimator;
|
||||
private List<StateListener> listeners = new ArrayList<>();
|
||||
private final List<StateListener> listeners = new ArrayList<>();
|
||||
|
||||
/**
|
||||
* This method recalculates the height of this view so it <b>must</b> be called when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue