Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-21 16:10:03 +08:00
parent f4e3484b01
commit 2efb04f77e
7 changed files with 164 additions and 99 deletions

View File

@@ -47,7 +47,7 @@ mixin TripleMixin on GetxController, TickerProvider {
static final _duration = Utils.isMobile
? const Duration(milliseconds: 200)
: const Duration(milliseconds: 230);
: const Duration(milliseconds: 255);
void onStartTriple() {
_timer ??= Timer(_duration, () {