mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 13:29:50 +02:00
Minor bugs fixed.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user