Skip to content

.addHtmlChangedListener not working #70

@Atulpg7

Description

@Atulpg7

I want to enable my button when I change any text but its not working

richTextEditor.addHtmlChangedListener(s -> {
activity.runOnUiThread(() -> {
btn.setEnabled(true);
});
});

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