Minor bugs fixed.

This commit is contained in:
Alex Ning 2021-05-20 12:15:15 +08:00
parent 673ba04110
commit 4d6d0cf8c4

View File

@ -97,6 +97,7 @@ public class Comment implements Parcelable {
if (placeholderType == PLACEHOLDER_LOAD_MORE_COMMENTS) { if (placeholderType == PLACEHOLDER_LOAD_MORE_COMMENTS) {
this.fullName = parentFullName; this.fullName = parentFullName;
} else { } else {
this.fullName = parentFullName;
this.parentId = parentFullName.substring(3); this.parentId = parentFullName.substring(3);
} }
this.depth = depth; this.depth = depth;