fix: 修复部分 span 文字在深色模式启用时显示异常的问题

This commit is contained in:
chenjuntao
2022-10-11 11:06:38 +08:00
parent c08f268b04
commit ea03e7a73f
19 changed files with 112 additions and 92 deletions

View File

@ -1892,7 +1892,7 @@ public class DialogUtils {
DialogPackageParseErrorBinding binding = DialogPackageParseErrorBinding.inflate(LayoutInflater.from(context), null, false);
Context finalContext = context;
SpannableStringBuilder builder = new SpanBuilder("您也可以点击提交反馈跟我们联系").click(6, 10, R.color.theme_font, true, new Function0<Unit>() {
SpannableStringBuilder builder = new SpanBuilder("您也可以点击提交反馈跟我们联系").click(context, 6, 10, R.color.theme_font, true, new Function0<Unit>() {
@Override
public Unit invoke() {
SimpleGameEntity entity = new SimpleGameEntity(gameId, gameName, "");