improve handling video pop

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-28 18:23:29 +08:00
parent 9ed8b14d1b
commit 88c01ffca3
5 changed files with 17 additions and 26 deletions

View File

@@ -32,7 +32,7 @@ class MineController extends CommonDataController<FavFolderData, FavFolderData>
// 用户状态 动态、关注、粉丝
final Rx<UserStat> userStat = const UserStat().obs;
Rx<ThemeType> themeType = Pref.themeType.obs;
final Rx<ThemeType> themeType = Pref.themeType.obs;
ThemeType get nextThemeType =>
ThemeType.values[(themeType.value.index + 1) % ThemeType.values.length];