feat: home: show unread badge

Closes #107

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-07 17:00:58 +08:00
parent 30a5889215
commit c1ce704e4e
10 changed files with 484 additions and 367 deletions

View File

@@ -125,7 +125,7 @@ class SettingPage extends StatelessWidget {
if (Get.isRegistered<MainController>()) {
MainController mainController =
Get.find<MainController>();
mainController.userLogin.value = false;
mainController.isLogin.value = false;
}
await LoginUtils.refreshLoginStatus(false);
Get.back();