You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: