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.

Inferring id with @EditorAction does not work as documented #1821

@WonderCsabo

Description

@WonderCsabo

The JavaDoc says:

@EditorAction
void myEditTextEditorAction() {

}

However the snippet above does not compile. The workaround is:

@EditorAction
void myEditTextEditorActioned() {

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions