docs: keep comment inline with code changes

This commit is contained in:
FineFindus 2024-07-07 08:43:45 +02:00
parent bc08c149b7
commit b90607582a
No known key found for this signature in database
GPG Key ID: 64873EE210FF8E6B
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
}
if (startIndex!=-1 && endIndex!=-1) {
//Only StatusListFragments can display Status/Quotes
// Only StatusListFragments/NotificationsListFragments can display status with quotes
assert (this instanceof StatusListFragment) || (this instanceof NotificationsListFragment);
List<StatusDisplayItem> items=this.buildDisplayItems((T) parent);
displayItems.subList(startIndex, endIndex+1).clear();