Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

ListFragment can't use @ItemClick #432

@fly1tkg

Description

@fly1tkg

For Example, below code didn't work in the ListFragment. @ItemClick annotation is not able to use in ListFragment?
I wan't to hook the ListView click ( android.R.id.list )

@ItemClick
public void listItemClick(Item item) {
    // do some
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions