mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39: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) {
|
||||
this.fullName = parentFullName;
|
||||
} else {
|
||||
this.fullName = parentFullName;
|
||||
this.parentId = parentFullName.substring(3);
|
||||
}
|
||||
this.depth = depth;
|
||||
|
Reference in New Issue
Block a user