我正在使用一种可观测的孔波节储蓄评论。 在我删除评论时,我将引用删除的评论,并从可观察的Collection中删除这一评论。
我的问题是,如果我删除最后一点意见,所有先前的评论都会从“情报调查”中消失,只显示初步意见。 当我重开网页或删除任何其他评论时,过去已消失的评论正回来。
<<>My Code:
foreach (var item in customerCommentList)
{
if (item.parentComment.supportItemComments.commentId == deleteCommentId)
{
customerCommentList.Remove(item);
break;
}
}
这里的<代码>customerCommentList是数据收集,从中删除。 在从收集的物品中删除是否有任何问题? 净额7.0中是否有任何已知问题?
屏幕记录器录像带上载here和
<>>>>> 我创建了一个更为优化的词汇,得出了更多的结论,并上载了here。 在座标上,我增加了2页,其中1页为 I suspect it is due to calling the functions from background thread, so I verified that and on both background thread and main UI thread the same issue is there.MainPage
。 在这两页上,我采用了同样的逻辑,以显示在德国马克的物项,并从德国马克删除一个项目。 http://www.ohchr.org。 页: 1 评论Page 我也面临同样的问题。 在两个网页上,都存在不同之处,因此,我认为这个问题与“倡议”的布局有关。 不幸的是,我可以 trigger开它。