-
Notifications
You must be signed in to change notification settings - Fork 579
Open
Description
Why check if any of the private fields need to be initialized every time onDependentViewChanged is called? Do you expect the values to be reset to 0 by something?
@Override public boolean onDependentViewChanged(CoordinatorLayout parent, CircleImageView child, View dependency) { maybeInitProperties(child, dependency);
I would think initializing them once would be enough so I'm wondering if I'm missing something that requires this approach?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels