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

设置了图片之后,再置空,再重新设置之前的图片,图片会显示空白 #12

Open
liuwons opened this issue Aug 5, 2019 · 0 comments

Comments

@liuwons
Copy link

liuwons commented Aug 5, 2019

在同一个DraweeTextView上,设置了一个包含图片链接的DraweeSpan之后,再置空,再重新设置之前的文字,图片会显示空白

            textview.setText(buildText());
            textview.postDelayed(new Runnable() {
                @Override
                public void run() {
                    textview.setText("");
                }
            }, 5000);
            textview.postDelayed(new Runnable() {
                @Override
                public void run() {
                    textview.setText(buildText());
                }
            }, 10000);
liuwons added a commit to liuwons/drawee-text-view that referenced this issue Aug 5, 2019
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