Skip to content

Filtering isn't working in the sample app #147

@st-f

Description

@st-f

Both the README and sample app (XML layouts) says the Filter should use it to match the view:

viewFilter = { it !is LinearLayout }

Or this doesn't work, it being an AndroidView. it.view must be used instead:

viewFilter = { (it as ScannableView.AndroidView).view !is LinearLayout }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions