Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Infinite loop in set() in util/initProperty #69

Open
WebnetMobile opened this issue Apr 4, 2014 · 0 comments
Open

Infinite loop in set() in util/initProperty #69

WebnetMobile opened this issue Apr 4, 2014 · 0 comments

Comments

@WebnetMobile
Copy link

Hi

Looks like infinite loop in set() in util/initProperty's set():

https://github.com/JakeWharton/NineOldAndroids/blob/master/library/src/com/nineoldandroids/util/IntProperty.java#L41

    @Override
    final public void set(T object, Integer value) {
        set(object, value.intValue());
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant