live first frame

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-10 11:35:24 +08:00
parent 98ce99202e
commit 3090cfc6f9
9 changed files with 215 additions and 138 deletions

View File

@@ -36,6 +36,8 @@ class LiveController extends CommonListController with AccountMixin {
final followController = ScrollController();
bool showFirstFrame = false;
@override
void checkIsEnd(int length) {
if (count != null && length >= count!) {