mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Add a BlogActivity that shows a list of blog posts
This commit lays the groundwork for #415
This commit is contained in:
@@ -135,7 +135,7 @@ public class MyBlogsFragment extends BaseFragment {
|
||||
try {
|
||||
Collection<BlogPostHeader> headers =
|
||||
blogManager.getPostHeaders(b.getId());
|
||||
blogs.add(new BlogListItem(b, headers));
|
||||
blogs.add(new BlogListItem(b, headers, true));
|
||||
} catch (NoSuchGroupException e) {
|
||||
// Continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user