Skip to content

width and height must be > 0 #5

Description

@kiaanpillay

Hi I'm receiving this error often:
java.lang.IllegalArgumentException: width and height must be > 0

I think it has to do with me trying to use popView on a GONE view so I added a check to see if it is Visible but I still get this error often, not entirely sure why. Doesn't happen all the time.

Here is my check:

 if ((pulseView.getVisibility()== View.VISIBLE)) {
                popField.popView(pulseView);
            }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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