mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 11:17:25 +01:00
Minor bugs fixed.
This commit is contained in:
parent
673ba04110
commit
4d6d0cf8c4
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user