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
{{ message }}
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
I am fetching a text file from storage and displaying its contents using Document View's setText() method. However, I noticed that setText() fails to display text sometimes. I tested it several times but once in a while, it just doesn't display anything. I don't get any errors/warnings and I verified that text is always fetched from text file and is not null or empty just before setText() is called.
I am fetching a text file from storage and displaying its contents using Document View's
setText()
method. However, I noticed thatsetText()
fails to display text sometimes. I tested it several times but once in a while, it just doesn't display anything. I don't get any errors/warnings and I verified that text is always fetched from text file and is not null or empty just beforesetText()
is called.My DocumentView looks like this :
The text was updated successfully, but these errors were encountered: