mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Show Personal Blog When Clicking On Post in Combined Blog Feed
Closes #415
This commit is contained in:
@@ -126,7 +126,7 @@ public class BlogActivity extends BriarActivity implements BlogPostListener,
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBlogPostClick(final int position) {
|
||||
public void onBlogPostClick(int position, BlogPostItem post) {
|
||||
loadBlogPosts(position, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user