Skip to content

setText append new text with previous one #1

Description

@reversecoder

Hello,

Firstly thanks for this beautiful library.

I have tried your library. But found one issue. If I want to set text programmatically using setText for more than one time, it just append new text with previous one. And I solved this issue adding removeAllViews() at the starting of renderText method. I think this is a serious issue. Please fix this at new release.

private fun renderText() {
removeAllViews()

.................
}

Thanks,
Rashed

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions