We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在同一个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);
The text was updated successfully, but these errors were encountered:
fix bug: bilibili#12
2eb5365
No branches or pull requests
在同一个DraweeTextView上,设置了一个包含图片链接的DraweeSpan之后,再置空,再重新设置之前的文字,图片会显示空白
The text was updated successfully, but these errors were encountered: