Skip to content

Commit

Permalink
fix blog no update without replies
Browse files Browse the repository at this point in the history
  • Loading branch information
ekibun committed Jul 16, 2020
1 parent 3cf0177 commit fbac681
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ data class Topic(
} else null to ApiHelper.SaxEventType.NOTHING
}
attrs.contains("reply_wrapper") -> {
ApiHelper.SaxEventType.BEGIN to ApiHelper.SaxEventType.BEGIN
replyCount++
replyCount to ApiHelper.SaxEventType.BEGIN
}
else -> null to ApiHelper.SaxEventType.NOTHING
}
Expand Down

0 comments on commit fbac681

Please sign in to comment.