remove floating navbar

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-22 14:07:06 +08:00
parent c4c4fd5f3d
commit b586920ffd
6 changed files with 8 additions and 831 deletions

View File

@@ -34,8 +34,6 @@ class MainController extends GetxController
late final RxString msgUnReadCount = ''.obs;
late int lastCheckUnreadAt = 0;
final floatingNavBar = Pref.floatingNavBar;
static const _dynamicPeriod = 5 * 60 * 1000;
late int _lastSelectTime = 0;