Skip to content
Snippets Groups Projects
Verified Commit 0256ec0b authored by Torsten Grote's avatar Torsten Grote
Browse files

Show reblog icon only for reblogged posts

parent b0b4a85d
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ public class AuthorView extends RelativeLayout {
public void setPersona(int persona) {
switch (persona) {
case NORMAL:
avatarIcon.setVisibility(VISIBLE);
avatarIcon.setVisibility(INVISIBLE);
date.setVisibility(VISIBLE);
setAvatarSize(R.dimen.blogs_avatar_normal_size);
setTextSize(authorName, R.dimen.text_size_small);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment