feat: 内容社区神策埋点-第一期—客户端 https://jira.shanqu.cc/browse/GHZS-3927

This commit is contained in:
曾祥俊
2024-03-11 09:49:47 +08:00
parent 873178c10d
commit 3bd4823463
178 changed files with 4324 additions and 835 deletions

View File

@ -382,7 +382,7 @@ public class MessageDetailFragment extends ToolbarFragment implements OnCommentC
e1.printStackTrace();
}
}
ErrorHelper.handleError(requireContext(), errorString, false, mBinding.pieceCommentTypingContainer.answerCommentSendBtn::performClick, "文章及帖子的评论和回复");
ErrorHelper.handleError(requireContext(), errorString, false, "文章及帖子的评论和回复", "社区实名", "", "内容实名", null, mBinding.pieceCommentTypingContainer.answerCommentSendBtn::performClick);
}
});
});