举报修改完成
This commit is contained in:
parent
1b2ffd37e3
commit
0fe09123fd
@ -217,7 +217,7 @@ public class CommunityDetailsActivity extends AbsActivity {
|
||||
ToastUtil.show(getResources().getString(com.yunbao.main.R.string.not_blackmail));
|
||||
} else {
|
||||
if (tag == 0) {
|
||||
RouteUtil.forwardCommentReportActivity(activeBean.getId(), "0");
|
||||
RouteUtil.forwardLiveReportActivity(activeBean.getId(),1,"1", "");
|
||||
} else {
|
||||
CommonHttpUtil.noInterest(activeBean.getUser_id(), new HttpCallback() {
|
||||
@Override
|
||||
@ -335,7 +335,7 @@ public class CommunityDetailsActivity extends AbsActivity {
|
||||
@Override
|
||||
public void onReport(CommentBean commentBean) {
|
||||
//一级回复 举报
|
||||
RouteUtil.forwardCommentReportActivity(activeBean.getId(), commentBean.getId());
|
||||
RouteUtil.forwardLiveReportActivity(activeBean.getId(), 1,"2",commentBean.getId());
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -355,7 +355,7 @@ public class CommunityDetailsActivity extends AbsActivity {
|
||||
@Override
|
||||
public void onReport(CommentBean.ReplyComment commentBean) {
|
||||
//二级回复 举报
|
||||
RouteUtil.forwardCommentReportActivity(activeBean.getId(), commentBean.getId());
|
||||
RouteUtil.forwardLiveReportActivity(activeBean.getId(), 1,"2",commentBean.getId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -159,6 +159,7 @@
|
||||
|
||||
|
||||
<ImageView
|
||||
android:visibility="invisible"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="10dp"
|
||||
@ -539,6 +540,7 @@
|
||||
android:layout_marginBottom="8dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_goneMarginTop="10dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/otherFunctionsView"
|
||||
|
Loading…
Reference in New Issue
Block a user