mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +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) {
|
if (authorInfo.getStatus() == OURSELVES) {
|
||||||
authorName.setTypeface(authorNameTypeface, BOLD);
|
authorName.setTypeface(authorNameTypeface, BOLD);
|
||||||
} else {
|
} else {
|
||||||
authorName.setTypeface(authorNameTypeface, NORMAL);
|
authorName.setTypeface(authorNameTypeface, Typeface.NORMAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
invalidate();
|
invalidate();
|
||||||
|
|||||||
Reference in New Issue
Block a user