[app] Make span text unobtrusive (#1459)

This commit is contained in:
南宫雪珊 2021-11-29 23:15:55 +08:00 committed by GitHub
parent 08b813fded
commit 0e192b00a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ public class ExpandableTextView extends MaterialTextView {
@Override @Override
public void updateDrawState(@NonNull TextPaint ds) { public void updateDrawState(@NonNull TextPaint ds) {
super.updateDrawState(ds);
ds.setTypeface(Typeface.DEFAULT_BOLD); ds.setTypeface(Typeface.DEFAULT_BOLD);
} }
}; };