Make BlogController thread-safe. #555

This commit is contained in:
akwizgran
2016-08-08 17:58:27 +01:00
parent d34afa5f30
commit 98337a16ec
12 changed files with 381 additions and 292 deletions

View File

@@ -182,7 +182,7 @@ public class FeedFragment extends BaseFragment implements
}
@Override
public void onBlogPostClick(int position, BlogPostItem post) {
public void onBlogPostClick(BlogPostItem post) {
byte[] groupId = post.getGroupId().getBytes();
String name = getString(R.string.blogs_personal_blog,
post.getAuthor().getName());