mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
document empty override
This commit is contained in:
parent
71ba131fb3
commit
4a65fc2358
1 changed files with 3 additions and 0 deletions
|
@ -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(){
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue