|
@@ -124,7 +124,9 @@ public class FgtArticleComment extends BaseListFragment3<UserComment> implements
|
|
|
String content = input_comment_input.getText().toString();
|
|
String content = input_comment_input.getText().toString();
|
|
|
commitContent(content);
|
|
commitContent(content);
|
|
|
});
|
|
});
|
|
|
- EventBus.getDefault().register(this);
|
|
|
|
|
|
|
+ if(!EventBus.getDefault().isRegistered(this)) {
|
|
|
|
|
+ EventBus.getDefault().register(this);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|