mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Show Blog Posts always in the same design This also adds comments to the blog post detail screen that were previously missing. It re-uses the existing `BlogPostViewHolder` and its `bind()` methods effectively reducing the amount of code necessary. Closes #636 See merge request !307