mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Controllers should depend on ResultHandler not its impl.
This commit is contained in:
@@ -136,8 +136,8 @@ public class BlogActivity extends BriarActivity implements BlogPostListener,
|
||||
|
||||
private void loadBlogPosts(final int position, final boolean setItem) {
|
||||
showLoadingScreen();
|
||||
blogController
|
||||
.loadBlog(groupId, false, new UiResultHandler<Boolean>(this) {
|
||||
blogController.loadBlog(groupId, false,
|
||||
new UiResultHandler<Boolean>(this) {
|
||||
@Override
|
||||
public void onResultUi(Boolean result) {
|
||||
if (result) {
|
||||
|
||||
Reference in New Issue
Block a user