Atulpg7

Results 1 issues of Atulpg7

I want to enable my button when I change any text but its not working richTextEditor.addHtmlChangedListener(s -> { activity.runOnUiThread(() -> { btn.setEnabled(true); }); });