document empty override

This commit is contained in:
Kai DeLorenzo 2024-11-25 10:33:05 -05:00
parent 71ba131fb3
commit 4a65fc2358
No known key found for this signature in database

View file

@ -28,6 +28,9 @@ abstract class CreatorFeedView<TFragment> : FeedView<TFragment, PlatformAuthorLi
);
}
/*
* An empty override to remove the inherited span count update functionality
*/
override fun updateSpanCount(){
}