mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-01 05:01:48 +00:00
Minor bugs fixed.
This commit is contained in:
@ -97,6 +97,7 @@ public class Comment implements Parcelable {
|
||||
if (placeholderType == PLACEHOLDER_LOAD_MORE_COMMENTS) {
|
||||
this.fullName = parentFullName;
|
||||
} else {
|
||||
this.fullName = parentFullName;
|
||||
this.parentId = parentFullName.substring(3);
|
||||
}
|
||||
this.depth = depth;
|
||||
|
||||
Reference in New Issue
Block a user