mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix: part: jump to curr
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -35,7 +35,7 @@ class LiveController
|
||||
late RxInt liveCount = 0.obs;
|
||||
|
||||
Future fetchLiveFollowing([bool isRefresh = true]) async {
|
||||
if (isRefresh.not && followEnd) {
|
||||
if (!isLogin.value || (isRefresh.not && followEnd)) {
|
||||
return;
|
||||
}
|
||||
if (isRefresh) {
|
||||
|
||||
Reference in New Issue
Block a user