Skip to content

Listener should return line text #7

@alorma

Description

@alorma

For example:

codeView.setCodeListener(new OnCodeLineClickListener() {
      @Override public void onCodeLineClicked(int n, String line) {
       // your logic here 
    }
});

That's because if we only get the position, we should split lines in a different, and maybe we don't do equals than the library does

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions