Add DeletedChildsPlaceholder to the bottom of the comments container

This commit is contained in:
Andrei Zavatski
2019-10-09 14:10:05 +03:00
parent c9d5bea0f1
commit 107d39c3e9
5 changed files with 75 additions and 48 deletions

View File

@ -104,9 +104,6 @@ namespace osu.Game.Online.API.Requests.Responses
count++;
});
if (IsDeleted)
count++;
return count;
}
}