mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Fix AuthorView using the wrong constant
This commit is contained in:
@@ -93,7 +93,7 @@ public class AuthorView extends ConstraintLayout {
|
||||
if (authorInfo.getStatus() == OURSELVES) {
|
||||
authorName.setTypeface(authorNameTypeface, BOLD);
|
||||
} else {
|
||||
authorName.setTypeface(authorNameTypeface, NORMAL);
|
||||
authorName.setTypeface(authorNameTypeface, Typeface.NORMAL);
|
||||
}
|
||||
|
||||
invalidate();
|
||||
|
||||
Reference in New Issue
Block a user