Skip to content

LENGTH_LONG doesn't work in .makeText constructor #65

@34Dev

Description

@34Dev

length = typedArray.getInt(R.styleable.StyleableToast_stLength, 0);

I'd suggest replacing '0' with 'length' since it's zero by default.
length = typedArray.getInt(R.styleable.StyleableToast_stLength, length);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions