Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown gets not rendered in RxMDTextView when setting another text #55

Open
stefan-niedermann opened this issue Aug 24, 2018 · 3 comments

Comments

@stefan-niedermann
Copy link

I have a strange problem: I have a RxMDTextView and set the content via setContent(text). This works perfectly.

But when i am trying to apply another content (I have a synchronisation callback which gives me a new content snippet that i want to apply) i am calling again setContent(newText). It sets the text correctly, but it does not get parsed.

Instead it looks like this:

device-2018-08-24-144009

If you want to have a look into the code: This is where i tried it: https://github.com/stefan-niedermann/nextcloud-notes/pull/450/files#diff-90525f4d9cdb0df716cb3648b662ac45R119

@stefan-niedermann
Copy link
Author

@yydcdut do you have any clue?

@stefan-niedermann
Copy link
Author

stefan-niedermann commented Sep 14, 2019

bump @yydcdut

@stefan-niedermann
Copy link
Author

This only seems to happen using the RX way. Using the normal way works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant